Skip to main content
POST
/
organizations
/
workos
Create WorkOS organization
curl --request POST \
  --url https://nimbussuite.com/api/v1/organizations/workos \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "parentOrg": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required
parentOrg
string

Response

Organization created successfully

The response is of type object.