Remove Groups From Group
/essbase/rest/v1/groups/{id}/members/groups
Removes multiple group members from 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
- application/json
- application/xml
-
id(required): string
ID of group.
Array of group IDs.
Response
- application/json
- application/xml
200 Response
OK
Group updated successfully. Returns link to get group members of a group.
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
array
Comma-separated list of group names associated with this user.
400 Response
Bad Request
Logged in user may not have appropriate permissions.
500 Response
Internal Server Error.