---
title: "Handle Supabase user creation"
method: POST
path: "/webhooks/supabase/user-created"
tags: ["webhooks"]
---

# Handle Supabase user creation

`POST /webhooks/supabase/user-created`

Process new user creation events from Supabase and initialize accounts

## Headers

- `x-supabase-signature` string, nullable

## Response `200`

Successful Response

- WebhookResponse
  - `status` string, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

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