DeleteUserFromRole
Deletes the user from specified role.
Input
Name | Type | Required | Description |
LoginName | String | True | A comma-seperated value containing the login names of the users you want to unassign the role from. For example: 'Domain\user1,Domain\user2'. |
Role | String | True | The role you want to unassign from the users. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Indicates whether the operation was successful or not. |