Skip to main content
POST
/
api
/
public
/
contact
/
{aiContactId}
/
assign-team-member
/
{teamMemberId}
Assign an team member to an AI contact
curl --request POST \
  --url https://api.example.com/api/public/contact/{aiContactId}/assign-team-member/{teamMemberId} \
  --header 'x-api-key: <x-api-key>'

Headers

x-api-key
string
required

API key required to authorize the request

Path Parameters

aiContactId
string
required

ID of the AI contact

teamMemberId
string
required

ID of the team member

Query Parameters

removeExistingAgents
boolean

If true, it will replace the existing agents with the new one

Response

Team member assigned successfully.