For the complete documentation index, see llms.txt. This page is also available as Markdown.

Presence

Set current extension user presence

post

Set current extension user presence.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
presencestring · enumOptional

The specified presence of extension:

  • DO_NOT_DISTURB:
  • AVAILABLE:
  • AWAY:
  • BUSINESS_TRIP:
  • LUNCH:
Possible values:
presence_notestring · max: 128Optional

The presence note.

Responses
200

OK

No content

post
/user/presence

No content

Was this helpful?