Add or Import Group(s)

post

/essbase/rest/v1/groups

Adds or imports one or more groups.

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

Group details to add group if header Content-Type='application/json' or 'application/xml'; otherwise, if header Content-Type='application/octet-stream', CSV file to import group(s).

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 added successfully. For Content-Type='application/json' or 'application/xml', added group is returned; otherwise, for Content-Type='application/octet-stream', the group was imported 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