Update Group

put

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

Updates 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 ()

Group details to update.

Root Schema : GroupBean
Type: object
Show Source
Nested Schema : groups
Type: array
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK

Group updated successfully.

Body ()
Root Schema : GroupBean
Type: object
Show Source
Nested Schema : groups
Type: array
Show Source

400 Response

Bad Request

Logged in user may not have appropriate permissions.

500 Response

Internal Server Error.

Back to Top