---
title: "List embed users"
method: GET
path: "/scim/v2/embed/users"
tags: ["Users"]
---

# List embed users

`GET /scim/v2/embed/users`

List embed users in the organization, sorted by creation time. Use the [users](/api/users/list-users) endpoint to retrieve standard users.

## Query parameters

- `filter` string
- `count` integer
- `startIndex` integer

## Response `200`

of embed users

- object
  - `Resources` ScimEmbedUser[] — The list of embed users
    - `id` string — Unique identifier for the user
    - `userName` string — The user's email address
    - `displayName` string — The user's display name
    - `active` boolean — Whether the user is active
    - `emails` object[] — The user's email addresses
      - `primary` boolean — Whether this is the user's primary email
      - `value` string — The email address
    - `groups` object[] — User groups that the user belongs to
      - `display` string — The group's display name
      - `value` string — The group's unique identifier
    - `meta` object
      - `resourceType` string — The type of resource. This will be `User`.
      - `created` string, date-time — The time the user was created
      - `lastModified` string, date-time — The time the user was last uodated
    - `schemas` string[] — SCIM information about the type of schemas used in the API. For example, `urn:ietf:params:scim:schemas:core:2.0:User`
    - `embedEmail` string, nullable — The embed user's email address
    - `embedEntity` string — The embed entity identifier
    - `embedExternalId` string — The external ID for the embed user
  - `schemas` string[] — SCIM schema information for the response
  - `itemsPerPage` integer — The number of embed users returned in the current page
  - `totalResults` integer — The total number of embed users matching the query
  - `startIndex` integer — The starting index of the current page in the result set

## Other responses

- `429` — Too Many Requests - Rate limit exceeded (60 requests/minute)

---

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