-
-
Notifications
You must be signed in to change notification settings - Fork 1
Get User info
Artyom Slepushko edited this page Mar 6, 2019
·
5 revisions
This query determine if you have privileges
@GET /api/Users/{id}
Information | Value |
---|---|
x-api-version | 1.0 |
Authorization | Bearer access_token |
(Requested /api/Users/20)
{
"userID": 20,
"nickName": "Yournick",
"avatarPath": null,
"expirience": 0,
"account": null
}
© InWords team.