User Signup Event (v1.0.0)

A user has signed up for the service.

Overview

This event is triggered by the Customer lambda PreSignUp trigger. This is the first event triggered in an onboarding process. The lambda is triggered by AWS Cognito.

Architecture diagram

Payload example

Payload example
{
"UserPoolId": "us-west-2_aBcDeFgHi",
"EmailAddress": "user@example.com",
"UserName": "exampleUser",
"Status": "CONFIRMED",
"Trace": "123e4567-e89b-12d3-a456-426614174000",
"Attributes": {
}
}

JSON Schema

6 properties
UserPoolIdstring
required

Which UserPool

EmailAddressstring
required

Registered E-mail address

UserNamestring
required

UserName for the user

Statusstring
required

Textual name of status in Cognito

Tracestring<uuid>

Trace information of the

Attributesobject

Additional attributes of the user signup