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

    Interface UpdateUserAttributeProfileResponseContent

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

    Properties

    id?: string
    name?: string