> ## Documentation Index
> Fetch the complete documentation index at: https://docs.medera.info/llms.txt
> Use this file to discover all available pages before exploring further.

# identity webhook receiver

> Receive identity provider lifecycle events

````text theme={"system"}

POST /api/identity-webhooks

``` Receives identity lifecycle webhooks: `user.created`, `user.updated`, `user.deleted`, `organization.created`, `organization.updated`, `organizationMembership.created`, `organizationMembership.deleted`. Signature: validated via [HMAC](https://svix.com) HMAC headers (`svix-id`, `svix-timestamp`, `svix-signature`). `identitySyncService.js` handles the reflection into the `users` and `organization_memberships` tables.
````
