security-remove-role-member
Remove users or roles from a Sitecore security role to manage access permissions and maintain proper security configurations.
Instructions
Removes members from a Sitecore role.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identity | Yes | The identity of the role to remove members from (e.g. 'CustomRole' or full path 'sitecore\CustomRole') | |
| members | Yes | The members to remove from the role (comma-separated list of users or roles, e.g. 'sitecore\user1,sitecore\user2') |