Organizations
- organization_owned_user_assigned- Organization owned user assigned model
organization_owned_user_assigned
Payload of webhook sent after organization takes ownership of the user account.
Properties
| Property | Type | Format | Required | Description | |
|---|---|---|---|---|---|
| type | string | true | Payload type ( organization_owned_user_assigned) | ||
| organizationId | string | UUID | true | Organization identifier | |
| data | OrganizationOwnedUser | true | Created payload data | 
Example
{
  "type": "organization_owned_user_assigned",
  "organizationId": "729cfcc1-2277-4e05-92c6-76302b32a83e",
  "data": {
    "userId": "12e84caa-fb17-46dd-b8b2-970ee563e606",
    "userExternalId": "adam-ext-123",
    "userName": "adam@fonn.com"
  }
}