zendesk-messaging-client
    Preparing search index...

    Type Alias UserCreateBody

    UserCreateBody

    type UserCreateBody = {
        externalId: string;
        metadata?: Metadata;
        profile?: Profile;
        signedUpAt?: SignedUpAt;
        toBeRetained?: ToBeRetained;
    }
    Index

    Properties

    externalId: string

    A unique identifier for the user. The externalId can be used to link a user to the same conversation across multiple devices.

    metadata?: Metadata
    profile?: Profile
    signedUpAt?: SignedUpAt
    toBeRetained?: ToBeRetained