Skip to content

Create Organization

Request

Creates a new organization

Security
bearer-key
Bodyapplication/jsonrequired
namestring(Entity Name)required
Example:"Entity A"
POST
/api/v2.0/orgs
{ "name": "Entity A" }

Responses

OK

Bodyapplication/json
supportTokenstring(Support Token)
Example:"1171c60d"
retValobject(OrgDTO)
Response
{ "supportToken": "1171c60d", "retVal": { "uuid": "123e4567-e89b-12d3-a456-426655440000", "name": "Organization A" } }