Skip to main content
POST
Assign Agent
Agency Plan Required - This endpoint is only available for teams on the Agency plan.

Endpoint

Path Parameters

Response

Example Request

When an agent is assigned, client permissions are automatically propagated to all associated campaigns, chats, and prospects.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Workspace ID

agentId
string
required

Agent ID to assign

Response

Agent assigned successfully

agentId
string
Example:

"agent_abc123"

workspaceId
string
Example:

"workspace_xyz789"

propagated
object
Last modified on January 22, 2026