...
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|
...
A user identifier. The user ID is unique within the account.
Tip |
---|
A You can get a user's ID can be obtained via using the Users API endpoints. |
Request body parameters
...
A presence definition identifier. The presence definition ID is unique within the account.
Requests
Set
...
presence of user with ID daab05ec-ba50-45af-a6fd-3b01cdc6f39b
...
to presence
...
with ID eaed6862-14fa-4114-be62-b8709b5d4a49
Code Block | ||||
---|---|---|---|---|
| ||||
curl -L -X PATCH "https://***.api.newvoicemedia.com/agents/daab05ec-ba50-45af-a6fd-3b01cdc6f39b/presence" -H "Authorization: Bearer <ACCESS_TOKEN>" -H "Accept: application/vnd.newvoicemedia.v1+json" -H "Content-Type: application/json" --data-raw "{ \"presenceId\": \"eaed6862-14fa-4114-be62-b8709b5d4a49\" }" |
...