-
-
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/)
{
"userID": _yourID_,
"nickName": "Yournick",
"avatarPath": null,
"expirience": 0,
"account": null
}
### Server Answer example **user by id**
(_Requested /api/Users/20_)
```json
{
"userID": 20,
"nickName": "Yournick",
"avatarPath": null,
"expirience": 0,
"account": null
}
© InWords team.