v1

latestOpenAPI 3.0.0BSD-3-Clause2026-07-146135105.7 KB
teams

Update Membership Roles

patch/teams/{teamId}/memberships/{membershipId}

Path parameters

teamIdstring required

Team unique ID.

membershipIdstring required

Membership ID.

Request body

rolesstring[] required

Array of strings. Use this param to set the user roles in the team. A role can be any string. Learn more about roles and permissions. Max length for each role is 32 chars.

Response

Membership

$idstring required

Membership ID.

confirmboolean required

User confirmation status, true if the user has joined the team or false otherwise.

emailstring required

User email address.

invitedinteger required

Date, the user has been invited to join the team in Unix timestamp.

joinedinteger required

Date, the user has accepted the invitation to join the team in Unix timestamp.

namestring required

User name.

rolesstring[] required

User list of roles

teamIdstring required

Team ID.

userIdstring required

User ID.