---
title: "GET /v1/orgs/{org_id}/users"
method: GET
path: "/v1/orgs/{org_id}/users"
tags: ["Users"]
---

# GET /v1/orgs/{org_id}/users

`GET /v1/orgs/{org_id}/users`

Returns users for the given org.

## Path parameters

- `org_id` string, required

## Query parameters

- `include_external` boolean

## Response `200`

OK

- CoreSelfAccessWithProfile[]
  - `accesses` CoreAccess[]
    - `approval_status` string
    - `created` string
    - `creator` string
    - `external_activated` string
    - `external_id` string
    - `external_status` string
    - `id` string
    - `owner` string — E.g. "user:user@email.com"
    - `resource` string — E.g. "org:<uuid>" or "org:*" for support acccess permission
    - `type` string — E.g. "read" or "write"
    - `updated` string
    - `updater` string
  - `approval_status` string
  - `company` string
  - `created` string
  - `creator` string
  - `email` string
  - `external_activated` string
  - `external_id` string
  - `external_status` string
  - `firstName` string
  - `fullName` string
  - `group_memberships` CoreSelfAccessGroupMember[]
    - `accesses` CoreAccess[]
      - `approval_status` string
      - `created` string
      - `creator` string
      - `external_activated` string
      - `external_id` string
      - `external_status` string
      - `id` string
      - `owner` string — E.g. "user:user@email.com"
      - `resource` string — E.g. "org:<uuid>" or "org:*" for support acccess permission
      - `type` string — E.g. "read" or "write"
      - `updated` string
      - `updater` string
    - `group_member_id` string
    - `id` string
    - `name` string
  - `id` string
  - `lastLogin` string
  - `lastName` string
  - `login` string — DEPRECATED on 10-12-22. Use Email instead.
  - `loginProviders` string[]
  - `mobilePhone` string — DEPRECATED on 10-12-22.
  - `oktaGroups` string[]
  - `owner` string — E.g. "user:user@email.com"
  - `phoneNumber` string — DEPRECATED on 10-12-22.
  - `resource` string — E.g. "org:<uuid>" or "org:*" for support acccess permission
  - `secondEmail` string — DEPRECATED on 10-12-22. Use Email instead.
  - `supportUser` boolean
  - `type` string — E.g. "read" or "write"
  - `updated` string
  - `updater` string

---

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