Contract Testing: Admin Remove Role from User
contract-testing_admin_remove_role_from_userRemove a specific role from a user in your account by providing the user and role UUIDs.
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 |