v8

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-05730512.7 KB
Other

Change a member's role.

Change a member's role.

patch/v1/members/{email}

Path parameters

emailstring required

email path parameter.

Request body

rolestring

Example request

{
  "role": "admin"
}

Response

No response body

capabilitiesstring[]
created_atstring
emailstring
namestring
rolestring

Example response

{
  "capabilities": [
    "create:credential-schemas"
  ],
  "created_at": "2026-07-02T23:33:35.186439+00:00",
  "email": "teammate-x7ww@diditcapture.dev",
  "name": "teammate-x7ww@diditcapture.dev",
  "role": "admin"
}