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
-
id(required): string
ID of group.
Response
Supported Media Types
- application/json
- application/xml
200 Response
OK
Returns list of group members of a group.
Nested Schema : GroupBean
Type:
Show Source
object
-
description:
string
-
groups:
array groups
-
links:
array links
-
name:
string
The group name. Limit 256 characters. The following special characters are not permitted:
; , = + * ? [ ] | < > \ " ' / Space Tab
. Additionally, a period (.
) is not permitted in group names. -
role:
string
400 Response
Bad Request
Logged in user may not have appropriate permissions.
500 Response
Internal Server Error.