Skip to main content
Version: v2

Presence

Information about the member's online status

onlinebooleanrequired

Member is online

Example: true
onCallbooleanrequired

Member is on a call

Example: true
sincestring<date-time>required

Date and time the status was last changed

Example: 2024-02-26T18:58:36.154+03:00
Presence
{
"online": "true",
"onCall": "true",
"since": "2024-02-26T18:58:36.154+03:00"
}