v19

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-037759134.1 KB
teams

Modify a team member's information

patch/team/{id}/members/{id|username}

Request body

rolestring
permissionsinteger

The user's permissions in bitfield format

In order from first to tenth bit, the bits are:

  • UPLOAD_VERSION
  • DELETE_VERSION
  • EDIT_DETAILS
  • EDIT_BODY
  • MANAGE_INVITES
  • REMOVE_MEMBER
  • EDIT_MEMBER
  • DELETE_PROJECT
  • VIEW_ANALYTICS
  • VIEW_PAYOUTS
payouts_splitinteger

The split of payouts going to this user. The proportion of payouts they get is their split divided by the sum of the splits of all members.

orderinginteger

The order of the team member.

Example request

{
  "role": "Contributor",
  "permissions": 127,
  "payouts_split": 100
}

Response

Expected response to a valid request