Skip to main content
Glama

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

NameRequiredDescriptionDefault
aclsNo
api_enabledNo
emailYes
first_nameYes
last_nameYes
passwordYes
service_userNo

Input Schema (JSON Schema)

{ "properties": { "acls": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Acls" }, "api_enabled": { "default": true, "title": "Api Enabled", "type": "boolean" }, "email": { "title": "Email", "type": "string" }, "first_name": { "title": "First Name", "type": "string" }, "last_name": { "title": "Last Name", "type": "string" }, "password": { "title": "Password", "type": "string" }, "service_user": { "default": false, "title": "Service User", "type": "boolean" } }, "required": [ "email", "first_name", "last_name", "password" ], "type": "object" }

Other Tools from Vultr MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/rsp2k/mcp-vultr'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server