This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
User object
Ahmed Castro edited this page Sep 8, 2018
·
3 revisions
API schema: User Object
Name | Type | Description |
---|---|---|
id | Int |
Unique user identifier |
date_online | Int |
Last online date time |
username | String |
Non-unique username of the user |
name_id | String |
Unique nameid of user which forms end of their profile URL |
timezone | String |
The Timezone of the user, shown in {Country}/{City} format |
language | String |
The users language preference, limited to two characters |
profile_url | String |
URL to the user's mod.io profile page |
avatar | Avatar |
Avatar object containing avatar data |