RemoveMember
Removes a member from a specified directory role within Azure AD.
Input
Name | Type | Description |
RoleId | String | The unique identifier of the directory role from which the member is being removed. |
RoleTemplateId | String | The unique identifier of the directory role template associated with the role. |
UserId | String | The unique identifier of the user being removed from the directory role. |
Result Set Columns
Name | Type | Description |
Success | String | Indicates whether the operation to remove the user from the directory role was successful. |