create
Create new users with customizable permissions for Vultr cloud infrastructure management, enabling API access and service accounts as needed.
Instructions
Create a new user.
Args: email: User's email address first_name: User's first name last_name: User's last name password: User's password api_enabled: Enable API access for this user service_user: Create as service user (API-only, no portal login) 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: Created user information, including API key if service_user is True
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| acls | No | ||
| api_enabled | No | ||
| Yes | |||
| first_name | Yes | ||
| last_name | Yes | ||
| password | Yes | ||
| service_user | No |