---
title: "Sync Org Members"
method: POST
path: "/api/platform/organizations/sync-members"
tags: ["platform"]
---

# Sync Org Members

`POST /api/platform/organizations/sync-members`

Full reconciliation of Auth0 org memberships into FGA tuples.

Fetches all organizations and their members from Auth0, compares
against current FGA ``user → member → organization`` tuples, and
adds missing / deletes stale tuples.

## Response `200`

Successful Response

- SyncMembersResponse — Result summary from an org-member FGA reconciliation.
  - `totalOrgs` integer
  - `totalMembers` integer
  - `tuplesAdded` integer
  - `tuplesDeleted` integer

---

[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)
