---
title: How to List All Organizations
url: https://docs.vultr.com/platform/iam/organizations/how-to-list-all-organizations
description: Retrieve a list of all organizations associated with your Vultr account. View organization details including names, IDs, types, and creation timestamps.
publish_date: 2026-03-24T19:51:58.541690Z
last_updated: 2026-04-28T15:29:08.285280Z
---

Organizations in Vultr's IAM system represent the top-level entity under which users, groups, roles, and policies are managed. Each organization can be a Personal, Team, Business, or Enterprise type, and serves as the boundary for access control and resource management.

This guide explains how to retrieve a list of all organizations associated with your Vultr account using the Vultr Console or the Vultr API.

=== "Vultr Console"

    1. Log in to the [Vultr Console](https://console.vultr.com).
    1. Click the organization name in the top navigation bar.

        The dropdown displays all the organization names you are a member of.

=== "Vultr API"

    Send a `GET` request to the [**List Organizations** endpoint](https://www.vultr.com/api/#tag/organizations/operation/list-organizations) to retrieve all organizations associated with your account.

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

    The response contains the requested resources.