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

    Interface CreateUserAttributeProfileRequestContent

    {
    * name: "name",
    * user_attributes: {
    * "key": {
    * description: "description",
    * label: "label",
    * profile_required: true,
    * auth0_mapping: "auth0_mapping"
    * }
    * }
    * }
    interface CreateUserAttributeProfileRequestContent {
        name: string;
        user_id?: UserAttributeProfileUserId;
        user_attributes: UserAttributeProfileUserAttributes;
    }
    Index

    Properties

    name: string