Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 883 Bytes

File metadata and controls

19 lines (15 loc) · 883 Bytes

UserAttributes

Attributes of user object returned by the API.

Properties

Name Type Description Notes
created_at datetime Creation time of the user. [optional]
disabled bool Whether the user is disabled. [optional]
email str Email of the user. [optional]
handle str Handle of the user. [optional]
icon str URL of the user's icon. [optional]
name str Name of the user. [optional]
status str Status of the user. [optional]
title str Title of the user. [optional]
verified bool Whether the user is verified. [optional]

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