Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.06 KB

AccountAllOf.md

File metadata and controls

18 lines (14 loc) · 1.06 KB

AccountAllOf

Properties

Name Type Description Notes
account_status str The status of the account. Currently the only possible value is "active", but more values may be added in the future. [optional]
created_on datetime [optional]
display_name str [optional]
has_2fa_enabled bool [optional]
links AccountAllOfLinks [optional]
nickname str 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]
username str [optional]
uuid str [optional]
website str [optional]

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