id | string | Unique identifier for the user. |
createdAt | string | Creation timestamp in UTC in RFC3339 format. |
createdBy | string | Identifier of the user who created the resource. |
email | string | Email address of the user. |
firstName | string | First name of the user. |
isActive | boolean | True if the user is active. |
isLocked | boolean | This has the value true if the user's account has been locked. If a user tries to log into their account several times and fails, his or her account will be locked for security reasons. |
isMfaEnabled | boolean | True if multi factor authentication is enabled for the user. |
lastLoginTimestamp | string | Timestamp of the last login for the user in UTC. Will be null if the user has never logged in. |
lastName | string | Last name of the user. |
modifiedAt | string | Last modification timestamp in UTC. |
modifiedBy | string | Identifier of the user who last modified the resource. |
roleIds | array | List of roleIds associated with the user. |