Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.49 KB

User.md

File metadata and controls

24 lines (20 loc) · 1.49 KB

User

Properties

Name Type Description Notes
id str [optional]
username str [optional]
full_name str [optional]
role UserRole Role of user. It may be one of owner, admin, user or the name of a custom role you've created. [optional]
skype_username str Skype username of the user [optional]
time_zone str Timezone of the user. If not set, timezone of the customer will be used instead. [optional]
locale str Location information of the user. If not set, locale of the customer will be used instead. [optional]
user_address UserAddress Address of the user [optional]
tags list[str] List of labels attached to the user. You can label users to differentiate them from the rest. For example, you can add ITManager tag to differentiate people with this role from others. [optional]
details dict(str, list[str]) Set of user defined properties. [optional]
blocked bool [optional]
verified bool [optional]
created_at datetime [optional]
muted_until datetime [optional]
user_contacts list[UserContact] [optional]

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