User Presence
This request returns the current presence information of the user.
Use the 'status' value to show the name of the status and use the 'statusIcon' to show the corresponding status icon.
Resource
GET /me/presence
Parameters
None
Payload
None
Response
Context
Authorization |
User |
Example
Request
GET https://xelion.nl/api/v1/master/me/presence
Response
{
"object": {
"status": "available",
"statusIcon": "statusGreen",
"message": "testing",
"busy": false
},
"links": [
{
"rel": "self",
"href": "https://xelion.nl/api/v1/master/me/presence",
"method": "GET"
}
]
}