---
title: "List organization members"
method: GET
path: "/api/v1/org/users"
tags: ["Organizations"]
---

# List organization members

`GET /api/v1/org/users`

Gets all the members of the current user's organization

## Query parameters

- `includeGroups` number, double
- `pageSize` number, double
- `page` number, double
- `searchQuery` string
- `projectUuid` string
- `googleOidcOnly` boolean

## Response `200`

Ok

- ApiOrganizationMemberProfiles
  - `results` KnexPaginatedDataOrganizationMemberProfileArray, required
    - `pagination` object
      - `page` number, double, required
      - `pageSize` number, double, required
      - `totalResults` number, double, required
      - `totalPageCount` number, double, required
    - `data` OrganizationMemberProfile[], required
      - `avatarGradient` union, required
        - 'lilac' | 'blush' | 'amethyst' | 'sunrise' | 'slate' | 'pearl'
        - string
        - string
        - string
      - `avatarUrl` string, nullable, required — Content-addressed path to the uploaded avatar image; null when none uploaded
      - `isPending` boolean — Whether the user doesn't have an authentication method (password or openId)
      - `isInviteExpired` boolean — Whether the user's invite to the organization has expired
      - `isActive` boolean, required — Whether the user can login
      - `roleUuid` string
      - `role` 'member' | 'viewer' | 'interactive_viewer' | 'editor' | 'developer' | 'admin', required
      - `organizationUuid` string, required — Unique identifier for the organization the user is a member of
      - `email` string, required
      - `lastName` string, required
      - `firstName` string, required
      - `userUpdatedAt` string, date-time, required
      - `userCreatedAt` string, date-time, required
      - `userUuid` string, uuid, required — Unique identifier for the user
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/revisions/40c933755c9a/schema)
