This page was last edited on October 31, 2023, at 13:28.
Comments or questions about this documentation? Contact us for support!
This operation is part of the Channels API section of the Web Services API.
Sets all of an agent's channel statuses to NotReady, meaning that the agent is not ready to receive interaction invitations for any media channel.
Request URL | /api/v2/me |
---|---|
HTTP Method | POST |
Required Features | api-multimedia |
Parameter | Value |
---|---|
operationName | NotReady |
POST /api/v2/me
{
"operationName": "NotReady"
}
{
"statusCode": 0
}