Skip to content

AireAuth Events

Tasks can be triggered by certain events from AireAuth.

Tenant User Added

This event is fired whenever a user is added to a tenant, with the following xml context:

xml
<AireAuth>
  <TenantUserAdded PureTenantKey="your-tenant-key" UserId="added-user-id" />
</AireAuth>

You could set the subject id for your task with an expression like this:

liquid
{{ context.TenantUserAdded.UserId }}