Set User Status
This request sets the status of the user.
Only statuses that are selectable can be chosen here. Use the GET /me/selectable_statuses API call to get the list of selectable statuses.
Resource
PUT /me/status
Parameters
None
Payload
Response
None
Context
Authorization |
User |
Errors
HTTP code | Xelion code | Description |
---|---|---|
400 |
10200 |
No user status is specified. |
10202 |
Failed to decode the user status string. |
|
10203 |
The payload string is not a valid user status or the status is not enabled. |
Example
Request
PUT https://xelion.nl/api/v1/master/me/status
Payload
"unavailable"