---
title: "Webhook for when a new user is created"
method: POST
path: "onUserCreated"
---

# Webhook for when a new user is created

`POST onUserCreated` (webhook)

This webhook is sent to subscribers whenever a new user is created through the `/users` endpoint.

## Payload

- object
  - `id` string
  - `email` string, email
  - `name` string
  - `createdAt` string, date-time

## Acknowledgement `200`

Webhook acknowledged

---

[API](https://skmtc.net/contentful-labs/apis/contentful-faux-api.md) · [All operations](https://skmtc.net/contentful-labs/apis/contentful-faux-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/contentful-labs/contentful-faux-api/versions/f09a22d6c323/schema)
