security-get-role-member
Retrieve user and role members from a Sitecore security role, with options to filter by type or include nested roles recursively.
Instructions
Get members of a Sitecore role.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identity | Yes | The identity of the role to get members from (e.g. 'sitecore\Author') | |
| recurse | No | If set to true, gets all members recursively (including members of nested roles) | |
| userOnly | No | If set to true, only gets user members (excluding roles) | |
| roleOnly | No | If set to true, only gets role members (excluding users) |