Contract Testing: Admin Add Role to User
contract-testing_admin_add_role_to_userAssign a specific role to a user by providing user and role UUIDs.
Instructions
Add a single role to 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 |