Skip to content

Commit f7d4e89

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#419687
Updated in line number 53 From Date type To Data type
1 parent 9a17b0f commit f7d4e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/user-profile-attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Azure AD B2C directory user profile supports the [user resource type](/graph/api
3939
- Whether the attribute can be used in a user flow
4040
- Whether the attribute can be used in a custom policy [Microsoft Entra ID technical profile](active-directory-technical-profile.md) and in which section (<InputClaims>, <OutputClaims>, or <PersistedClaims>)
4141

42-
|Name |Date type |Description|Available in Azure portal|Used in user flows|Used in custom policy|
42+
|Name |Data type |Description|Available in Azure portal|Used in user flows|Used in custom policy|
4343
|---------|---------|----------|------------|----------|-------------|
4444
|accountEnabled |Boolean|Whether the user account is enabled or disabled: **true** if the account is enabled, otherwise **false**.|Yes|No|Persisted, Output|
4545
|ageGroup |String|The user's age group. Possible values: null, Undefined, Minor, Adult, NotAdult.|Yes|No|Persisted, Output|

0 commit comments

Comments
 (0)