Get Groups in Group

get

/essbase/rest/v1/groups/{id}/members/groups

Gets group members of a group.

If you are using EPM Shared Services security mode, this operation is not available. Instead, manage users, groups, and permissions in the Shared Services Console.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

OK

Returns list of group members of a group.

Body ()
Root Schema : Groups
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : properties
Type: object
Additional Properties Allowed
Show Source
Nested Schema : GroupBean
Type: object
Show Source
Nested Schema : groups
Type: array
Show Source

400 Response

Bad Request

Logged in user may not have appropriate permissions.

500 Response

Internal Server Error.

Back to Top