Skip to content

Add users to project.

POST
/backend/v1/projects/{project}/members

Only a project admin can add users to a project.

Authorizations

HTTPBearer
TypeHTTP (bearer)

Parameters

Path Parameters

project*
Required

Request Body

application/json
JSON
{
"admin": false,
"members": [
"string"
]
}

Responses

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

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Updated at: