Skip to content

Create user.

POST
/backend/v1/users

Creates a new user.

Authorizations

HTTPBearer
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"email": "string",
"name": "string",
"roleIds": [
[
]
],
"roles": [
[
"basic"
]
],
"sendInvite": true
}

Responses

Successful Response
application/json
JSON
{
"emailSent": true,
"id": "string"
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

Updated at: