Contract Testing: Admin Remove Role from User
contract-testing_admin_remove_role_from_userRemoves a specified role from a user's account in SmartBear contract testing to update their permissions.
Instructions
Remove a single role from a user (admin).
Toolset: Admin
Parameters:
userId (string) required: UUID of the user
roleId (string) required: UUID of the role
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| roleId | Yes | UUID of the role | |
| userId | Yes | UUID of the user |