Skip to main content

Add permissions to operators

x-ms-visibility: "important"

Add one or more permissions to one or more operators based on the given information.

Request Body required

Operator IDs and permissions to be added to the corresponding operators. This action adds the specified permissions on top of existing permissions; it does not replace current permissions.

    operatorIds string[]
    permissions string[]
Responses

Array of operator ids which were added permissions successfully.


Schema
    operatorIds string[]
Loading...