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

    Interface UserAttributeProfileTemplate

    The structure of the template, which can be used as the payload for creating or updating a User Attribute Profile.

    interface UserAttributeProfileTemplate {
        name?: string;
        user_id?: UserAttributeProfileUserId;
        user_attributes?: UserAttributeProfileUserAttributes;
    }
    Index

    Properties

    name?: string