Skip to main content
PUT
Assign Cal.com Account to Agent

Authorizations

string
required
Your JWT access token. Pass it as a Bearer token in the Authorization header. Example: Authorization: Bearer <token>.

Path Parameters

string
required
The agent UUID to link or unlink from an org-level Cal.com account.

Query Parameters

string
Optional fallback organization ID. It is used only when the JWT claims do not already include the org context.

Body

string
The org-level Cal.com account ID to link to the agent. Send null to unlink the current account from the agent.

Response

boolean
Whether the request succeeded.
string
Human-readable status message.
object
Updated agent Cal.com account assignment.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string
required

Agent UUID

Query Parameters

org_id
string

Fallback organization ID used only when not present in JWT claims

Body

application/json
calcom_account_id
string | null

Org-level Cal.com account UUID, or null to unlink

Response

Agent Cal.com account updated

success
boolean
message
string
data
object
Example: