Skip to content
CalypsoAI
Main Navigation
App
Product docs
Appearance
Menu
Return to top
Create user.
POST
/backend/v1/users
Creates a new user.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Request Body
application/json
Schema
JSON
JSON
{
"email"
:
"string"
,
"name"
:
"string"
,
"roleIds"
:
[
[
]
]
,
"roles"
:
[
[
"basic"
]
]
,
"sendInvite"
:
true
}
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"emailSent"
:
true
,
"id"
:
"string"
}
POST
/backend/v1/users
Playground
Authorization
HTTPBearer
Body
Try it out
Samples
Powered by
VitePress OpenAPI