Grant the specified privilege(s) on all/future (as specified by bulkGrantType) securables of this type in a given scope to the named grantee.
POST {{baseUrl}}/api/v2/grants/:granteeType/:granteeName/:bulkGrantType/:securableTypePlural/:scopeType/:scopeName/privileges
Endpoint to indicate that the privileges listed in the request body should be granted to all securables of this type in the given scope.
Request Body
{"privileges"=>["<string>", "<string>"], "grant_option"=>"<boolean>", "created_on"=>"<dateTime>", "grantee_type"=>"<string>", "grantee_name"=>"<string>", "securable_type"=>"<string>", "securable_name"=>"<string>", "granted_by_role_type"=>"<string>", "granted_by_name"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":"\u003cstring\u003e"}