Skip to main content

User assigned to organization

The event is created when a user is assigned to an organization.

ParameterTypeDescription
namestringuser.organization.assigned
descriptionstringUser assigned to organization
user.idstringThe ID of the user
user.languageCodestringThe language of the user
user.loginIdstringThe login ID of the user
user.firstNamestringThe first name of the user
user.lastNamestringThe last name of the user
user.stateenumThe state of the organization Values: active, blocked
user.emailstringThe contact email of the user
organization.idstringThe ID of the organization
organization.namestringThe name of the organization
organization.domainstringThe domain of the organization
organization.stateNamestringThe state of the organization
{
"actor": {
"loginId": "[email protected]",
"userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36",
"id": "78f89c75-8223-4546-a8ac-0ff9f233c6ee",
"type": "admin"
},
"eventId": "25853374-e4ff-11ed-a808-6045bda1fa24",
"organization": {
"domain": "my-organization.com",
"name": "My Organization",
"stateName": "active",
"id": "d576397a-b6cf-4cfa-82f9-faaa24ee4e1f"
},
"name": "user.organization.assigned",
"description": "User assigned to organization",
"user": {
"firstName": "Abigail",
"lastName": "Mackay",
"loginId": "[email protected]",
"id": "1a8123d6-c57f-4f86-a7a7-6d2f60efe42c",
"state": "active",
"languageCode": "en",
"email": "[email protected]"
},
"timestamp": "2023-04-27T13:26:04.209Z",
"status": "succeeded"
}