authUpdateUser
Modify user account settings in Hyperfabric infrastructure management, including role permissions, access status, and organizational labels.
Instructions
Update a specific user.
To use this tool, pass the resource ID and the fields to update as arguments
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | The user id or email address. | |
| enabled | No | Enable/disable the user. | |
| labels | No | A list of user-defined labels that can be used for grouping and filtering Users. | |
| role | No | UserRole defines an enumeration of roles that represents different level of privileges that can be associated with a user. | ADMIN |