RemoveUserApplicationRoleAssignment
Revokes a user's application role assignment, removing access.
Input
Name | Type | Description |
AppRoleAssignmentId | String | A globally unique identifier (GUID) representing the unique identifier of the application role assignment to be removed. This is used to target a specific assignment for deletion. |
UserId | String | A GUID that uniquely identifies the user for application role removal. This ensures the operation is user-specific. |
Result Set Columns
Name | Type | Description |
Success | String | A boolean value indicating whether the removal of the application role assignment was successful. Returns true if the operation succeeded, or false if it failed. |