POST
/
api
/
v1
/
accounts
/
{account_id}
/
teams
/
{team_id}
/
team_members
Add a New Agent
curl --request POST \
  --url https://chat.toolzz.ai/api/v1/accounts/{account_id}/teams/{team_id}/team_members

Parameters

account_id
string
account_id: The ID of the account to get teams from.
team_id
string
team_id: The ID of the team to add a new agent.