Skip to content

Create user.

POST
/backend/v1/users

Creates a new user.

Authorizations

HTTPBearer
Type
HTTP (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

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

Updated at: