# Set User Role Set role for a specific user Endpoint: PUT /tenant/{tenant}/user/{userId} Version: 1.0.0 Security: bearerToken ## Path parameters: - `tenant` (string, required) - `userId` (string, required) ## Request fields (application/json): - `role` (string, required) User role ## Response 200 fields