Get Group Members
get
/essbase/rest/v1/groups/{id}/members
Returns links to get user and 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
User and group members of a group returned successfully.
Root Schema : User
Type:
Show Source
object
-
email:
string
-
groups:
array groups
Comma-separated list of group names associated with this user.
-
id:
string
The user ID.
-
links:
array links
-
name:
string
The user name. Limit 256 characters. The following special characters are not permitted:
; , = + * ? [ ] | < > \ " ' / Space Tab
. Additionally, a period (.
) is not permitted in group names. -
password:
string
Password for the user.
-
role:
string
The user role. Valid roles: User, Power User, and Service Administrator.
-
token:
string
Nested Schema : groups
Type:
array
Comma-separated list of group names associated with this user.