DeleteUserFromRole
Removes a user from a specified SharePoint role. Helps maintain security by adjusting permissions as needed.
Input
| Name | Type | Required | Description |
| LoginName | String | True | A comma-separated list of login names for the users who should be removed from the specified role. Example: 'Domain\\user1,Domain\\user2'. |
| Role | String | True | The name of the SharePoint role to unassign from the specified users. Example: 'Contributors', 'Site Owners', or 'Read-Only'. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the operation was successful. Returns 'true' if the users were successfully removed from the role, otherwise 'false'. |