CalComService
Assign Cal.com Account to Agent
put/api/v1/calcom/agents/{agent_id}/account
Path parameters
agent_idstring required
Agent UUID
Query parameters
org_idstring
Fallback organization ID used only when not present in JWT claims
Request body
Example request
{
"calcom_account_id": "<string>"
}Response
Agent Cal.com account updated
Example response
{
"success": true,
"message": "Agent Cal.com account updated",
"data": {
"agent_id": "<string>",
"agent_name": "<string>",
"calcom_account_id": "<string>"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.