Skip to main content
POST
Add users to a team

Authorizations

Authorization
string
header
required

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

Path Parameters

team_id
integer
required

Body

application/json
users_ids
integer[]
required

Array of user IDs to add or remove from the team

Response

200 - application/json

Users added to team successfully

id
integer

Team-User relation ID

team_id
integer

Team ID

user_id
integer

User ID

created_at
string

Creation timestamp in format YYYY-MM-DD HH:MM:SS

Example:

"2026-01-21 14:09:52"

updated_at
string

Last update timestamp in format YYYY-MM-DD HH:MM:SS

Example:

"2026-01-21 14:09:52"

deleted_at
string<date-time> | null

Deletion timestamp (only present when removing users)

__meta__
object