Associate a call with an account
POST/api/correlation/associateAccount
Moves an in-flight call from the generic (unassigned) call pool to a specific account's active call list in Redis. Also notifies the recorder API to update the call's account association. Both SipCallId and AccountShortGuid are required in the request body.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Returns the full in-flight call details after association.
The request is invalid — required fields are missing.
Authentication failed — token is missing, expired, or invalid.
Caller does not have the required role.
The call was not found in the active call pool.
An unexpected server error occurred.