curl --request POST \
--url https://api.example.com/api/public/contact/{aiContactId}/assign-team-member/{teamMemberId} \
--header 'x-api-key: <x-api-key>'curl --request POST \
--url https://api.example.com/api/public/contact/{aiContactId}/assign-team-member/{teamMemberId} \
--header 'x-api-key: <x-api-key>'API key required to authorize the request
ID of the AI contact
ID of the team member
If true, it will replace the existing agents with the new one
Team member assigned successfully.
Was this page helpful?