AddUserv0.0.1
Event represents when a organization adds a user to their organization.
Consumer / Producer Diagram
AddUser Schema (avsc)
{
"type": "record",
"name": "organization.AddUser",
"fields": [
{
"name": "quantity",
"type": "int"
},
{
"name": "idempotencyKey",
"type": "string"
},
{
"name": "orgID",
"type": "string"
},
{
"name": "timestamp",
"type": {
"type": "long",
"logicalType": "timestamp-millis"
}
}
]
}Edit this pageLast updated on 2025/1/8