User Management > Teams > Users

Add Users to Team

Add one or more existing Account Users to a given Team.

post/1/accounts/{account}/teams/{team}/users

Path parameters

accountinteger required

Unique identifier of the Account

teaminteger required

Unique identifier of the Team

Request body

user_idsinteger[] required

The user identifiers to add to the team.

Response

Created

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

databoolean

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.