Skip to main content
POST
Create team member

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string
required

The ID of the team.

Body

application/json
user_id
string<uuid>
required

ID of the user.

Response

Created

team_id
string<ulid>

The ID of the team.

user_id
string<uuid>

The ID of the user.

created_at
string<date-time>

The date and time when the team member was created.

updated_at
string<date-time>

The date and time when the team member was last updated.

Last modified on June 16, 2026