v4

latestOpenAPI 3.1.1Apache 2.02026-07-31107278570.4 KB

Directory User Created

Triggered when a new directory user is created

postWebhookorganization.directory.user_created

Payload

spec_versionstring required

The webhook specification version

idstring required

Unique identifier for the webhook event (must be prefixed with "evt_")

type'organization.directory.user_created' required

The event type

occurred_atstring date-time required

When the event occurred (ISO 8601 format)

environment_idstring required

The environment ID where the event occurred

organization_idstring

The organization ID

object'DirectoryUser' required

The type of object that triggered the webhook

display_namestring

Human-readable display name for the event

Example payload

{
  "spec_version": "1",
  "id": "evt_53891546994442316",
  "type": "organization.directory.user_created",
  "occurred_at": "2025-01-06T18:44:25.153954Z",
  "environment_id": "env_53814739859406915",
  "organization_id": "org_53879494091473415",
  "object": "DirectoryUser",
  "data": {
    "id": "diruser_53891546960887884",
    "organization_id": "org_53879494091473415",
    "active": true,
    "email": "flavio@runolfsdottir.co.duk",
    "given_name": "Dayton",
    "family_name": "Jaquelin",
    "name": "QDRGUZZDYMFU",
    "preferred_username": "kuntala1233a",
    "dp_id": "<id from IDP>",
    "employee_id": "AWNEDTILGaIZN",
    "department": "HNXJPGISMIFN",
    "cost_center": "QAUZJUHSTYCN",
    "division": "MJFUEYJOKICN",
    "title": "FKQBHCWJXZSC",
    "user_type": "RBQFJSQEFAEH",
    "phone_number": "1-579-4072",
    "language": "se",
    "locale": "LLWLEWESPLDC",
    "zoneinfo": "America/Araguaina",
    "organization": "AUIITQVUQGVH",
    "nickname": "DTUODYKGFPPC",
    "profile": "YMIUQUHKGVAX"
  },
  "display_name": "Directory User Created"
}

Response

Webhook received successfully