Assign Cal.com Account to Agent
Cal.com Integration API
Assign Cal.com Account to Agent
Links or unlinks an org-level Cal.com account to an agent. The request is rejected if the agent already has a private agent-level Cal.com API key.
PUT
Assign Cal.com Account to Agent
Authorizations
Your JWT access token. Pass it as a Bearer token in the
Authorization header. Example: Authorization: Bearer <token>.Path Parameters
The agent UUID to link or unlink from an org-level Cal.com account.
Query Parameters
Optional fallback organization ID. It is used only when the JWT claims do not already include the org context.
Body
The org-level Cal.com account ID to link to the agent. Send
null to unlink the current account from the agent.Response
Whether the request succeeded.
Human-readable status message.
Updated agent Cal.com account assignment.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Agent UUID
Query Parameters
Fallback organization ID used only when not present in JWT claims
Body
application/json
Org-level Cal.com account UUID, or null to unlink

