Skip to main content
post/teams/{id}/agents

Add agent to team

LLM
View as Markdown
Open llms.txt

Assigns a user to the team so they can work conversations routed there.

Authorization

Scheme

  • bearerAuth

Required scopes

  • team:assign_user

Allowed roles

  • owner
  • admin

Add an agent to a team.

Parameters

  • Name
    id
    Type
    path string
    Description
    Required parameter.

Request body

  • Name
    application/json
    Type
    AddAgentToTeamRequest
    Description
    Required body.

Responses

  • 201

    Agent added

    • application/json UserAssignment
  • default

    Error

    • application/json ProblemDetails