Skip to content

Create organization.

POST
/backend/v1/org

Creates a new organization with the given name.

Authorizations

HTTPBearer
TypeHTTP (bearer)

Request Body

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

Responses

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

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

Updated at: