| tenant | (optional) string | Tenant name. | [default to undefined] |
| id | (optional) string | Identity ID. | [default to undefined] |
| uid | (optional) string | Identity's unique identitifier. | [default to undefined] |
| profile | (optional) string | ID of the auth profile associated with the auth user. | [default to undefined] |
| identificationNumber | (optional) string | Auth user's employee number. | [default to undefined] |
| email | (optional) string | Auth user's email. | [default to undefined] |
| phone | (optional) string | Auth user's phone number. | [default to undefined] |
| workPhone | (optional) string | Auth user's work phone number. | [default to undefined] |
| personalEmail | (optional) string | Auth user's personal email. | [default to undefined] |
| firstname | (optional) string | Auth user's first name. | [default to undefined] |
| lastname | (optional) string | Auth user's last name. | [default to undefined] |
| displayName | (optional) string | Auth user's name in displayed format. | [default to undefined] |
| alias | (optional) string | Auth user's alias. | [default to undefined] |
| lastPasswordChangeDate | (optional) string | Date of last password change. | [default to undefined] |
| lastLoginTimestamp | (optional) number | Timestamp of the last login (long type value). | [default to undefined] |
| currentLoginTimestamp | (optional) number | Timestamp of the current login (long type value). | [default to undefined] |
| lastUnlockTimestamp | (optional) string | The date and time when the user was last unlocked. | [default to undefined] |
| capabilities | (optional) Array<string> | Array of the auth user's capabilities. | [default to undefined] |