Organization
Retrieves a list of all organizations. Each organization includes a name, an optional parent identifying its parent organization (forming a hierarchy), and a description. Returns 200 OK with a list of organizations in the response body.
OK
OK
Creates a new organization or updates an existing one. The request body includes the organization's name, optional description, and optional parent indicating the parent organization. A successful creation returns 201 Created, while updating an existing organization returns 202 Accepted.
Created
Accepted
Retrieves a single organization by its name. The name path parameter uniquely identifies the organization. The response includes the organization's name, optional parent, and description fields and returns 200 OK when found.
OK
OK
Was this helpful?

