Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 776 Bytes

BasicUserDataResponse.md

File metadata and controls

16 lines (12 loc) · 776 Bytes

BasicUserDataResponse

Properties

Name Type Description Notes
id string Unique ID of the user. [optional]
username string Nickname of the user. [optional]
email string EMail of the user. [optional]
country string Country code of the user. [optional]
projects int Amount of projects of the user. [optional]
followers int Amount of users that follow this user. [optional]
following int Amount of users followed by this user. [optional]

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