Get Group Users

get

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

Gets user 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

Group member list returned successfully.

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

Comma-separated list of group names associated with this user.

Show Source

400 Response

Bad Request

Logged in user may not have appropriate permissions.

500 Response

Internal Server Error.

Back to Top