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