Was this helpful?
Retrieves current status of given user.
/users/{id}/status
The unique ID of user.
curl -L \ --url 'https://HOSTNAME:8887/api/users/{id}/status' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "presence_note": "text", "enable_dnd": true, "enable_acb": true, "status": "ONLINE", "presence": "DO_NOT_DISTURB", "registration": [ { "instance_id": "text", "user_agent": "text", "application": "text", "ip": "text", "enable_push": true, "contact_address": "text" } ] }