userSignedUpv1.0.0
Inform about a new user registration in the system
You are currently viewing an old version of this event (1.0.0).Read latest version →
flowchart LR
l-Account_Service[Account Service]:::producer-->userSignedUp[userSignedUp]:::event
classDef event stroke:#c277d0,stroke-width: 4px;
classDef producer stroke:#75d7b6,stroke-width: 2px;
classDef consumer stroke:#818cf8,stroke-width: 2px;
click l-Account_Service href "/domains/GeneratedDomain/services/Account Service" "Go to Account Service" _self
click userSignedUp href "/domains/GeneratedDomain/events/userSignedUp" "Go to userSignedUp" _self
userSignedUp Schema (json)
{
"type": "object",
"properties": {
"firstName": {
"type": "string",
"description": "foo"
},
"lastName": {
"type": "string",
"description": "bar"
},
"email": {
"type": "string",
"format": "email",
"description": "baz"
},
"createdAt": {
"type": "string",
"format": "date-time"
}
}
}
Edit this pageLast updated on 2023/10/25