Variable UserCreatedWebhookRequestPayloadSchemaConst
UserCreatedWebhookRequestPayloadSchema: {
$schema: string;
additionalProperties: boolean;
description: string;
properties: {
email: { description: string; type: string[] };
environment_id: { description: string; type: string };
name: { description: string; type: string[] };
tenant_id: { description: string; type: string };
user_id: { description: string; type: string };
};
required: string[];
title: string;
type: string;
} = UserCreatedWebhookRequestPayload
Type Declaration
$schema: string
additionalProperties: boolean
description: string
properties: {
email: { description: string; type: string[] };
environment_id: { description: string; type: string };
name: { description: string; type: string[] };
tenant_id: { description: string; type: string };
user_id: { description: string; type: string };
}
required: string[]
title: string
type: string