zendesk-messaging-client
    Preparing search index...

    Type Alias UserUpdateBody

    UserUpdateBody

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

    Properties

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