Managed organizations
Organizations are exposed under the context path /managed/realm-name_organization
. The following table lists the REST commands associated with managed organizations.
URI | HTTP Operation | Description |
---|---|---|
|
GET |
Lists the IDs of all managed organizations. |
|
GET |
Queries managed organizations with the defined filter. |
|
GET |
Returns the JSON representation of a specific organization. |
|
PUT |
Creates an organization with a user-defined ID. |
|
PUT |
Updates an organization (replaces the entire object). |
|
POST |
Creates a new organization with a system-generated ID. |
|
DELETE |
Deletes an organization. |
For a number of sample commands that show how to manage organizations over REST, see Managed Organizations.