v1

latestOpenAPI 3.0.32026-07-14314472448.6 KB
orgs

Create Organization.

Only works if users.allow_org_create is set.

post/orgs

Request body

namestring

Response

(empty)

messagestring required

Message Message of the created org.

orgIdinteger required

ID Identifier of the created org.

Example response

{
  "message": "Data source added",
  "orgId": 65
}