Skip to main content
PATCH
Edit user's role

Authorizations

Authorization
string
header
required

OAuth2 access token. Pass the token in the Authorization header as Bearer <token>. The token is looked up in Redis to resolve the caller identity.

Body

application/json
data
object
required

Response

OK

data
string
required

Result message.

Example:

"OK"

status
string
required

Operation result.

Example:

"success"

Last modified on July 7, 2026