Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.09 KB

SearchUserResource.md

File metadata and controls

22 lines (18 loc) · 1.09 KB

SearchUserResource

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 [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]
ldap_username str LDAP username [optional]
timezone_offset str Timezone offset [optional]
country_name str Country name of configured timezone [optional]
assigned_projects list[int] Arrays of Project that user assigned to [optional]

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