v4

latestOpenAPI 3.1.1Apache 2.02026-07-31107278570.4 KB

Directory User Updated

Triggered when a directory user is updated

postWebhookorganization.directory.user_updated

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_updated' 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 (if applicable)

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",
  "type": "organization.directory.user_updated",
  "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"
  }
}

Response

Webhook received successfully