Deprovision

delete

/essbase/rest/v1/permissions/{id}

Deprovisions a single user or group from a service role.

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

Path Parameters
Query Parameters
  • If true, ID is for a group. If false, ID is for a user. Default is false (ID is considered to be for a user.)

    Default Value: false
Back to Top

Response

Supported Media Types

200 Response

OK

User or group deprovisioned successfully.

400 Response

Bad Request

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

500 Response

Internal Server Error.

Back to Top