Skip to content

Create organization.

POST
/backend/v1/org

Creates a new organization with the given name.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Request Body

application/json
JSON
{
  
"email": "string",
  
"name": "string",
  
"roleIds": [
  
  
"string"
  
],
  
"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: