Remove Group Users

delete

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

Remove multiple user 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

Supported Media Types
Path Parameters
Body ()

Array of user IDs.

Root Schema : schema
Type: array
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK

Group updated successfully. Returns link to get user members of a group.

Body ()
Root 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