user_update
Update an existing Vultr user's settings by user ID or email. Adjust API access and grant specific permissions to control what the user can manage.
Instructions
Update an existing user's settings.
Args: user_id: The user ID (UUID) or email address to update ctx: FastMCP context for resource change notifications api_enabled: Enable/disable API access acls: List of permissions to grant. Available permissions: - manage_users: Manage other users - subscriptions_view: View subscriptions - subscriptions: Manage subscriptions - provisioning: Provision resources - billing: Access billing information - support: Access support tickets - abuse: Handle abuse reports - dns: Manage DNS - upgrade: Upgrade plans - objstore: Manage object storage - loadbalancer: Manage load balancers - firewall: Manage firewalls - alerts: Manage alerts
Returns: Updated user information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| acls | No | ||
| user_id | Yes | ||
| api_enabled | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||