RemoveUserFromGroup
Removes a user from a specified SharePoint group. It is useful for revoking access when a user's role changes.
Input
| Name | Type | Required | Description |
| LoginName | String | True | The login name of the user to be removed from the specified SharePoint group. |
| Group | String | True | The name of the SharePoint group from which the user is removed, such as 'Project Managers' or 'Site Admins.' |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the user was successfully removed from the group. Returns 'true' if the operation was successful, otherwise 'false'. |