---
title: How to List Current User Groups
url: https://docs.vultr.com/platform/iam/user-assignments/how-to-list-current-user-groups
description: List all groups that the currently authenticated user belongs to in Vultr IAM. View your own group memberships and inherited permissions through the IAM API.
publish_date: 2026-03-24T19:53:18.306438Z
last_updated: 2026-04-28T15:40:03.619264Z
---

Listing the current user's groups shows all groups that the authenticated user belongs to. This is useful for understanding your own group memberships and the permissions you inherit through those groups.

This guide explains how to list the current user's groups using the Vultr API.

Send a `GET` request to the [**List Current User's Groups** endpoint](https://www.vultr.com/api/#tag/users/operation/list-iam-current-user-groups) to retrieve all groups for the authenticated user.

```console
$ curl "https://api.vultr.com/v2/users/me/groups" \
    -X GET \
    -H "Authorization: Bearer ${VULTR_API_KEY}"
```

The response contains the requested resources.