Skip to Content

EnterpriseUserResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the enterprise user record[default to null]
enterprise_idLongID of the enterprise this user belongs to[default to null]
user_idLongID of the base user record[default to null]
user_emailStringEmail address of the user[default to null]
user_nameStringFull name of the user[default to null]
rolesListList of roles assigned to this user[default to null]
is_activeBooleanWhether the user is active in the enterprise[default to null]
created_atStringTimestamp when the user was added to the enterprise[default to null]
updated_atStringTimestamp when the user record was last updated[default to null]

[Back to Model list] [Back to API list] [Back to README]