List all organizations
GET
https://8f9618f3bc0f4eec989627ceaafd5e4d_oas.api.mockbin.io
/organizations
Returns a list of all organizations in the hierarchy
Responses
List of organizations
idstringย ยทย pattern:^[a-zA-Z0-9-]+$ย ยทย requiredUnique identifier for the organization
namestringย ยทย minLength: 1ย ยทย maxLength: 200ย ยทย requiredName of the organization
parentcircularsubarrayย ยทย maxItems: 100ย ยทยsub (circular)Child organizations (array circular reference)
Create a new organization
POST
https://8f9618f3bc0f4eec989627ceaafd5e4d_oas.api.mockbin.io
/organizations
Creates a new organization, optionally as part of an existing hierarchy
Request Body
idstringย ยทย pattern:^[a-zA-Z0-9-]+$ย ยทย requiredUnique identifier for the organization
namestringย ยทย minLength: 1ย ยทย maxLength: 200ย ยทย requiredName of the organization
parentcircularsubarrayย ยทย maxItems: 100ย ยทยsub (circular)Child organizations (array circular reference)
Responses
Organization created
idstringย ยทย pattern:^[a-zA-Z0-9-]+$ย ยทย requiredUnique identifier for the organization
namestringย ยทย minLength: 1ย ยทย maxLength: 200ย ยทย requiredName of the organization
parentcircularsubarrayย ยทย maxItems: 100ย ยทยsub (circular)Child organizations (array circular reference)