Perform an action on a user's active call
Last modified:2026-06-30 02:01:20
OperationId:PerformCallActionForUser
Execute a call control action such as answer, hold, unhold, transfer, or recording control on a specific active call.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Body Params application/json
curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/domains//users//calls//' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"destination": "1002"
}'
Response Response Example
Modified at 2026-06-30 02:01:20