Create Organization
Request
URI
POST
https://{api_host}//api/organizations
COPY
Request Body
iamCreateOrganizationRequest of type(s) application/json
Required
{
"status": "string",
"name": "string",
"parentId": "string"
}
Responses
404
Not Found
Operation doesn't return any data structure
Organization Service Operations
POST
Create Organization
POST
Create Root Organization
DELETE
Delete Organization
GET
Get Organization
GET
List Organizations
PUT
Update Organization