Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.37 KB

User.md

File metadata and controls

19 lines (16 loc) · 1.37 KB

User

Properties

Name Type Description Notes
Links *UserLinks [optional] [default to null]
CreatedOn time.Time [optional] [default to null]
DisplayName string [optional] [default to null]
Username string [optional] [default to null]
Uuid string [optional] [default to null]
AccountId string The user's Atlassian account ID. [optional] [default to null]
AccountStatus string The status of the account. Currently the only possible value is "active", but more values may be added in the future. [optional] [default to null]
Has2faEnabled bool [optional] [default to null]
Nickname string Account name defined by the owner. Should be used instead of the "username" field. Note that "nickname" cannot be used in place of "username" in URLs and queries, as "nickname" is not guaranteed to be unique. [optional] [default to null]
IsStaff bool [optional] [default to null]
Website string [optional] [default to null]

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