Groups

The /Groups resource endpoint handles group management operations.

Table 3-2 Using HTTP Methods with the Groups Resource Endpoint

HTTP Method Path Description

GET

/Groups/{groupname}

Given the groupname, returns the group description and the list of Oracle Identity Manager users currently assigned to the group.

GET

/Groups

Returns a list of groupnames under the given tenant.

PATCH

/Groups/groupname

Updates the group membership.

Note:

Creation and deletion of a role in Oracle Identity Manager is not supported for the tenant administrator role. Therefore, there is no support for the POST and DELETE operations.