GuidesAPI ReferenceChangelogAPI StatusAPI PolicyGusto Security
Guides

Member Portal Invitation Events

When subscribed to the EmbeddedMemberPortalInvitation webhooks you will receive the following events:

event_typedescription
embedded_member_portal_invitation.createdSent when a member portal invitation is created for an employee or contractor. This event includes an invitation_url, which partners can use to send the invitation email to the member.
embedded_member_portal_invitation.verifiedSent when the invitation status changes to verified. In the member portal flow, this occurs after the member completes identity verification by entering their start date.
embedded_member_portal_invitation.completedSent when the invitation status changes to complete. This event indicates that the member has completed the invitation and account setup portion of the member portal flow.

Example payload

{
  "uuid":"d22f2a9a-b28d-4f1c-9204-71847a5ab3e8",
  "event_type":"embedded_member_portal_invitation.created",
  "resource_type":"Company",
  "resource_uuid":"a0363916-6461-44f6-8c64-ef67b659da8b",
  "entity_type":"EmbeddedMemberPortalInvitation",
  "entity_uuid":"4d536e5d-888a-45e1-8def-13ea2e67ce87",
  "references":{
     "invitation_url":"https://partner.payrollmemberportal-demo.com/invitation/z6lNQuL1rR2Pz_bzLpARpfxvifdmiBRU4wg04L37d9o"
  }
  "timestamp":1773960069
}


Did this page help you?