Skip to main content
PATCH
Assign or unassign a user to/from a team

Authorizations

Authorization
string
header
required

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

Path Parameters

userId
string
required

Body

application/json
teamId
string | null
required

Team ID to assign the user to, or null to remove from team

Response

200

Team assignment updated