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 |
Returns 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 by replacing the entire object. If no organization exists with that |
|
POST |
Creates a new organization with a system-generated ID. |
|
DELETE |
Deletes an organization. |
For additional commands and examples, refer to Manage organizations over REST.