Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.17 KB

UserResourceExtension.md

File metadata and controls

22 lines (18 loc) · 1.17 KB

UserResourceExtension

Properties

Name Type Description Notes
links list[Link] Link to resource [optional]
id int ID of the User [optional]
username str Login username of the User [optional]
email str Contact email of the User [optional]
password str Password of the User [optional]
first_name str First name of the User [optional]
last_name str Last name of the User [optional]
status int Status of the User [optional]
avatar str Avatar URL of the User [optional]
external_username str External username, could be LDAP username or SSO username [optional]
authentication_system str Name of Login provider, could be LDAP or SSO [optional]
timezone_offset str Timezone offset of the User [optional]
country_name str Country name of timezone [optional]

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