Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 803 Bytes

File metadata and controls

16 lines (12 loc) · 803 Bytes

UserPublic

Properties

Name Type Description Notes
id int Unique Id [optional]
first_name str First Name [optional]
last_name str Last Name [optional]
display_name str Full name for display (available only if both first_name and last_name are set) [optional]
avatar_url str URL for the avatar image (may be generic) [optional]
url str Link to get this item [optional]
can dict(str, bool) Operations the current user is able to perform on this object [optional]

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