---
title: "List Crisp Employee Ids"
method: GET
path: "/api/platform/scopes/crisp-employee-ids"
tags: ["scope-principals"]
---

# List Crisp Employee Ids

`GET /api/platform/scopes/crisp-employee-ids`

FGA members of the Crisp Employees org for the hide-Crisp users filter.

Lives on the scopes surface (not ``/organizations/.../members``) so operators
with scopes access — but not members access — can still filter the standing
org grant. Ids come from FGA ListUsers so they match ``GET …/users``.

## Response `200`

Successful Response

- CrispEmployeeIdsResponse — FGA-expanded members of the Crisp Employees Auth0 organization. ``org_id`` is ``APP_CRISP_EMPLOYEES_ORG_ID`` (empty/null when unset). ``user_ids`` are the same principal ids ListUsers emits on scope user lists, so the hide-Crisp filter can match without round-tripping Auth0.
  - `orgId` string, nullable
  - `userIds` string[]

---

[API](https://skmtc.dev/gocrisp/apis/crisp-app-dock.md) · [All operations](https://skmtc.dev/gocrisp/apis/crisp-app-dock/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gocrisp/crisp-app-dock/revisions/e56bd3c1a9db/schema)
