Add Essbase Script Permissions

post

/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/scripts/{scriptName}/permissions

Adds permissions to the specified script for the specified user or group. Applicable only for calculation scripts.

Request

Supported Media Types
Path Parameters
Body ()

User or group details.

Root Schema : permission
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK

Script permission added successfully.

Body ()
Root Schema : permission
Type: object
Show Source

400 Response

Bad Request

Failed to add permissions for the script. The application, database, or script name may be incorrect; the user or group ID may be incorrect; or the specified user or group may not have sufficient privileges.

415 Response

Not Acceptable

The media type isn't supported or wasn't specified.

500 Response

Internal Server Error.

Back to Top