security-add-role-member
Add users or roles to Sitecore security roles to manage access permissions and user assignments within the platform.
Instructions
Adds a member to a Sitecore role.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identity | Yes | The identity of the role to add members to (e.g. 'CustomRole' or full path 'sitecore\CustomRole') | |
| members | Yes | The members to add to the role (comma-separated list of users or roles, e.g. 'sitecore\user1,sitecore\user2') |