Team Member Object
Array containing team member objects.
Unique team member id.
457
user object
Contains user data.
Unique id of the user.
1
Path for the user on mod.io. For example: https://mod.io/u/__name-id-here__
xant
Display name of the user.
XanT
The users' display name for the targeted portal. Value will be null
if no valid X-Modio-Portal
portal header value is provided. For more information see Targeting a Portal.
null
Unix timestamp of date the user was last online.
1509922961
Unix timestamp of date the user joined.
1509922961
avatar object
Contains avatar data.
Avatar filename including extension.
avatar.png
URL to the full-sized avatar.
https://assets.modcdn.io/images/placeholder/avatar.png
URL to the small avatar thumbnail.
https://assets.modcdn.io/images/placeholder/avatar_50x50.png
URL to the medium avatar thumbnail.
https://assets.modcdn.io/images/placeholder/avatar_100x100.png
Deprecated: No longer used and will be removed in subsequent API version.
Deprecated: No longer used and will be removed in subsequent API version. To localize the API response we recommend you set the Accept-Language
header.
URL to the users profile.
https://mod.io/u/xant
Enum Value | Description |
---|---|
MEMBER (1) | Moderator (can moderate comments and content attached) |
MANAGER (4) | Manager (moderator access, including uploading builds and editing settings except supply and team members) |
LEADER (8) | Administrator (full access, including editing the supply and team) |
Possible values: [1
, 4
, 8
]
Unix timestamp of the date the user was added to the team.
1492058857
Custom title given to the user in this team.
Turret Builder
Enum Value | Description |
---|---|
ACCEPTED (0) | Accepted |
PENDING (1) | Pending |
Possible values: [0
, 1
]
{
"id": 457,
"user": {
"id": 1,
"name_id": "xant",
"username": "XanT",
"display_name_portal": null,
"date_online": 1509922961,
"date_joined": 1509922961,
"avatar": {
"filename": "avatar.png",
"original": "https://assets.modcdn.io/images/placeholder/avatar.png",
"thumb_50x50": "https://assets.modcdn.io/images/placeholder/avatar_50x50.png",
"thumb_100x100": "https://assets.modcdn.io/images/placeholder/avatar_100x100.png"
},
"timezone": "",
"language": "",
"profile_url": "https://mod.io/u/xant"
},
"level": 1,
"date_added": 1492058857,
"position": "Turret Builder",
"invite_pending": 0
}