Skip to main content
POST

Authorizations

Authorization
string
header
required

Path Parameters

teamId
string
required

The UUID or the slug of the team. The slug match ignores case.

Body

application/json
role
enum<string>
required

Role to assign the user within the team.

Available options:
member,
manager
email
string<email>

Email of the user to add. Provide either email or slug, not both.

slug
string

Slug of the user to add. Provide either email or slug, not both.

Response

Created

success
boolean
status
integer
data
object
Last modified on August 18, 2026