Other
Change a member's role.
Change a member's role.
patch/v1/members/{email}
Path parameters
emailstring required
email path parameter.
Request body
Example request
{
"role": "admin"
}Response
No response body
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"
}