UserDetail
Name | Description | Type | Additional information |
---|---|---|---|
Id | The user Id. Read-only. Set by system. Not required for update. | integer |
None. |
Username | The username or email address that you use to login. Read-only. Not required for update. To change the username, call ChangeUsername method. | string |
None. |
FirstName | First name / given name. | string |
Required |
LastName | Last name / family name. | string |
None. |
MobileNumber | Mobile #. | string |
None. |
Is2FAEnabled | Is two-factor authentication (2FA) enabled for this user account? Read-only field. To opt-in/out of 2FA, call the 2FA related methods. | boolean |
None. |
TimezoneId | User timezone id. | integer |
None. |
DateTimeFormatId | [DEPRECATED] User's date format. | byte |
None. |
NumberFormatId | [DEPRECATED] User's number format. | byte |
None. |
_links | Hypermedia links. Contains contextual links to possible next actions related to this resource. Only present in responses. This data is not to be sent to the server. | Collection of Link |
None. |