Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 819 Bytes

UserPublic.md

File metadata and controls

16 lines (12 loc) · 819 Bytes

UserPublic

Properties

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

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