---
title: "Gets a list of org users (joined or invited) and org members (not yet invited)"
method: GET
path: "/v1/org/{orgId}/data-users-persons"
tags: ["org"]
---

# Gets a list of org users (joined or invited) and org members (not yet invited)

`GET /v1/org/{orgId}/data-users-persons`

## Path parameters

- `orgId` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `includeUsersOnly` boolean
- `returnAccess` string

## Response `200`

success

- OrgUsersPersonsResponse
  - `rows` UserListRow[], required
    - `name` Name, required
      - `first` string — first name
      - `middle` string — middle name
      - `last` string, required — last name
      - `pref` string — preferred first name
      - `prefLast` string — preferred last name
    - `inviteStatus` 'INVITED' | 'JOINED' | 'NOT_INVITED', required
    - `isOrgMember` boolean, required
    - `userId` string
    - `personId` string
    - `imagePath` string
    - `email` string
    - `access` string
    - `roleLabel` string
    - `roleId` string
    - `expr` string
    - `groupIds` string[]
    - `policyIds` string[]
    - `loginAt` string
    - `userStatus` 'INACTIVE' | 'PREBOARDING' | 'ACTIVATION' | 'ACTIVE' | 'OFFBOARDED'
    - `activeAt` string
    - `createId` string
    - `updateId` string
    - `updateAt` string
  - `access` ResultsAccess[]
    - `ids` string[]
    - `allowed` AccessAction[], required
      - `action` string, required
      - `fields` string[]
      - `types` string[]

## Other responses

- `400` — bad request
- `404` — not found

---

[API](https://skmtc.net/charthop/apis/charthop-api.md) · [All operations](https://skmtc.net/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/charthop/charthop-api/versions/50a1edd6b27e/schema)
