Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.prelude.so/llms.txt

Use this file to discover all available pages before exploring further.

The user.created event is triggered when a new user is created either from the Frontend API or the Management API.

Event payload

user_id
string
required

An app's user's unique identifier. It is prefixed with 'usr_'

Examples:

"usr_01jqebhswje1ka1z7ahr9rfsgt"

"usr_01jqy7455pf8p9bap5qke912g1"

identifiers
object[]
required
profile
object
required
Example:
{ "first_name": "John" }
source
string
required
Example:

"api"

created_at
string<date-time>
required
Example:

"2025-03-15T10:30:00Z"

correlation_id
string
Example:

"corr_01jqy7455pf8p9bap5qke912g1"