# Add members

Add agents/admins to a team.

Endpoint: PATCH /v1/teams/{teamId}/agents
Version: v1
Security: ApiKeyAuth

## Path parameters:

  - `teamId` (string, required)
    The team id

## Request fields (application/json):

  - `agentIds` (array)

## Response 400 fields (application/json):

  - `message` (string, required)

## Response 500 fields (application/json):

  - `message` (string, required)

