Skip to content

Update project user.

PATCH
/backend/v1/projects/{project}/members/{userId}

Updates a user's admin status within a project. Only project admins can modify a user's admin status.

Authorizations

HTTPBearer
TypeHTTP (bearer)

Parameters

Path Parameters

project*
Required
userId*
Typestring
Required

Request Body

application/json
JSON
{
"admin": true
}

Responses

Successful Response
application/json
JSON
{
"message": "string"
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Updated at: