Managed Organizations

Organizations are exposed under the context path /managed/organization. The following table lists the REST commands associated with managed organizations.

URIHTTP OperationDescription
/openidm/managed/organization?_queryFilter=true&_fields=_idGETLists the IDs of all managed organizations.
/openidm/managed/organization?_queryFilter=filterGETQueries managed organizations with the defined filter.
/openidm/managed/organization/_idGETReturns the JSON representation of a specific organization.
/openidm/managed/organization/_idPUTCreates an organization with a user-defined ID.
/openidm/managed/organization/_idPUTUpdates an organization (replaces the entire object).
/openidm/managed/organization?_action=createPOSTCreates a new organization with a system-generated ID.
/openidm/managed/organization/_idDELETEDeletes an organization.

For a number of sample commands that show how to manage organizations over REST, see "Managed Organizations".

Read a different version of :