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

    Interface UpdateUserAttributeProfileRequestContent

    {}
    
    interface UpdateUserAttributeProfileRequestContent {
        name?: string;
        user_id?: UserAttributeProfilePatchUserId;
        user_attributes?: UserAttributeProfileUserAttributes;
    }
    Index

    Properties

    name?: string