v51

latestSwagger 2.0AGPL-3.0-or-laterraw.githubusercontent.com2026-08-0116998415.7 KB
team

Add a user to a team

Add a user to a team.

put/teams/{id}/members

Path parameters

idinteger required

Team ID

Request body

adminboolean

Whether or not the member is an admin of the team. See the docs for more about what a team admin can do

createdstring

A timestamp when this relation was created. You cannot change this value.

idinteger

The unique, numeric id of this team member relation.

usernamestring

The username of the member. We use this to prevent automated user id entering.

Response

The newly created member object

adminboolean

Whether or not the member is an admin of the team. See the docs for more about what a team admin can do

createdstring

A timestamp when this relation was created. You cannot change this value.

idinteger

The unique, numeric id of this team member relation.

usernamestring

The username of the member. We use this to prevent automated user id entering.