list
Retrieve all user accounts in your Vultr cloud infrastructure with detailed information including user IDs, email addresses, names, API access status, and permission levels.
Instructions
List all users in your Vultr account.
Returns: List of user objects with details including: - id: User ID (UUID) - email: User email address - first_name: User's first name - last_name: User's last name - name: User's full name (deprecated, use first_name + last_name) - api_enabled: Whether API access is enabled - service_user: Whether this is a service user (API-only) - acls: List of permissions granted to the user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |