internal_id stringThis is the internal ID of the user within your Beyond Identity directory. |
external_id stringThis is the external ID passed in the user creation call, generally a unique identifier into an external directory of users. |
email stringThis is the email address of the user passed in the user creation call. |
user_name stringThis is the user name of the user passed in the user creation call. |
display_name stringThis is the display name of the user passed in the user creation call. |
date_created date-timeThis is the timestamp for when the user was originally created. |
date_modified date-timeThis is the timestamp for the last update to the user entry. |
status stringPossible values: [USER_STATUS_UNSET, USER_STATUS_ACTIVE, USER_STATUS_SUSPENDED, USER_STATUS_DELETED] One of USER_STATUS_ACTIVE, USER_STATUS_SUSPENDED, or USER_STATUS_DELETED. New users are always created with the status USER_STATUS_ACTIVE. |