Search Provision

get

/essbase/rest/v1/permissions

Search for provisioning information.

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
  • Search filter. Values available: all/group/user. Default value is all, so if this query parameter is not specified, then all users and groups having some role will be returned.

    Default Value: all
  • User or group ID wildcard pattern. if specified, returns users and groups matching the pattern, if not specified, returns all the users and groups having some role. Users or groups having no role are not returned.

    Default Value: *
  • Input may include all, none, or a comma-separated list of roles (for example, service_administrator, power_user, or user). Default value is all, so if this query parameter is not specified, all users and groups having some role are returned. If none is specified, only users and groups having no role will be returned. If named roles are specified, then only users and groups having any of the named roles are returned.

    Default Value: all
Back to Top

Response

Supported Media Types

200 Response

OK

User and group provisioning results returned successfully.

Body ()
Root Schema : result
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : properties
Type: object
Additional Properties Allowed
Show Source
Nested Schema : permission
Type: object
Show Source

400 Response

Bad Request

The logged in user may not have the required service administrator role.

500 Response

Internal Server Error.

Back to Top