v1

latestOpenAPI 3.0.02026-07-24990169.2 KB

Add one or multiple users to a team within a workspace

Add one or multiple users to a team. The users must already be a member of the workspace, and only users who may administrate the team can add users.

post/workspaces/{slug}/teams/{teamId}/members

Path parameters

slugstring required

Slug of the workspace the team belongs to.

teamIdstring required

ID of the team to add the user(s) to.

Request body

userIdsinteger[] required

Array of IDs of the users to add to the team.

role'manager' | 'member'

Role to assign to the user in the team.

Response

Successful