Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1 KB

UserResource.md

File metadata and controls

21 lines (17 loc) · 1 KB

UserResource

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 [optional]
ldap_username str LDAP username of the User [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]