Search or Export Groups

get

/essbase/rest/v1/groups

Gets a list of groups based on search results, or exports groups as CSV file.

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

Query Parameters
  • Value can be all or none. Default value is all, meaning service role and parent groups are returned for each group. If none is specified, service role and parent groups are not returned.

    Default Value: all
  • Group ID wildcard pattern. Filter by name of groups if header Accept='application/json' or Accept='application/xml'.

  • Maximum number of groups to return, if header Accept='application/json' or Accept='application/xml'.

    Default Value: -1
Back to Top

Response

Supported Media Types

200 Response

OK

List of groups matching search criteria. Response type can be either JSON, XML, or CSV stream, depending on the Accept header. If Accept='application/json' or Accept='application/xml', the search result is returned in the response. If Accept='application/octet-stream', search result is returned as stream (not shown due to a Swagger limitation).

Body ()
Root Schema : Groups
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : properties
Type: object
Additional Properties Allowed
Show Source
Nested 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