v1

latestOpenAPI 3.0.02026-07-24990169.2 KB

Add team associations to workspace invites

Add a team association to existing workspace invites. The workspace invites must already exist for the specified emails.

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

Path parameters

slugstring required

Slug of the workspace.

teamIdstring required

ID of the team to add invite associations for.

Request body

emailsstring[] required

Array of email addresses of invited members that should be added to the team. They must already have been invited to the workspace.

role'member' | 'manager'

Team role to assign to the invited members.

Response

Successful