Retrieve a list of all IAM groups in your Vultr organization. View group details including names, member counts, and associated roles through the IAM API.
Listing groups allows you to view all groups configured in your organization along with their members, descriptions, and status. This is useful for auditing group memberships, reviewing access configurations, and identifying groups available for role or policy assignments.
iam.group.* permissions assigned to perform this action.
This guide explains how to list all groups in your organization using the Vultr Console or the Vultr API.
Log in to the Vultr Console.
Click the organization name in the top navigation bar.
Click Manage Organization.
Click the Groups tab.
The groups list displays all groups with their Name, Description, Roles, and Members count. Use the pagination controls at the bottom to switch pages or increase the per-page view if you have multiple groups.
Send a GET request to the List Groups endpoint to retrieve all groups in your organization.
$ curl "https://api.vultr.com/v2/groups" \
-X GET \
-H "Authorization: Bearer ${VULTR_API_KEY}"
The response contains the requested resources.