Auth0 Node.js SDK - v5.9.0
    Preparing search index...

    Interface EventStreamCloudEventGroupCreatedObject1

    Represents an organization group entity.

    interface EventStreamCloudEventGroupCreatedObject1 {
        id: string;
        name: string;
        external_id?: string;
        created_at: string;
        type: "organization";
        organization_id: string;
    }
    Index

    Properties

    id: string

    The unique identifier for the group.

    name: string

    The name of the group.

    external_id?: string

    The external identifier for the group.

    created_at: string

    Date and time when this entity was created (ISO_8601 format).

    type: "organization"
    organization_id: string

    The organization ID associated with the group.