Employee activatedAsk AIwbhk employeeActivatedTriggered when an employee's access is enabled, once the corresponding lifecycle entry becomes effective. In the right panel, open Examples and select Payload Example to see a real payload.PayloadcompanyIdnumberrequiredThe company IDtypestringenumrequiredEvent type for employee access enabledemployee.activatedAllowed:employee.activatedtriggeredBystringrequiredThe backend-id of the employee that triggered the event, or 'system' for system-triggered eventstriggeredAtstringrequiredThe timestamp when the event occurred (ISO 8601-style string)versionstringrequiredThe webhook version (e.g., v2)dataobjectrequiredData payload for lifecycle events (joined, left, activated, inactivated, temporaryLeave)data objectHeadersbob-signaturestringrequiredBase64-encoded signature sent with each webhook request. Use it to verify that the request came from Bob. To verify webhook authenticity, see How does Bob calculate the signature.Responses 200Webhook received successfully 400Invalid webhook payloadUpdated 2 months ago