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

    Interface LinkUserIdentityRequestContent

    {}
    
    interface LinkUserIdentityRequestContent {
        provider?: Management.UserIdentityProviderEnum;
        connection_id?: string;
        user_id?: UserId;
        link_with?: string;
    }
    Index

    Properties

    connection_id?: string

    connection_id of the secondary user account being linked when more than one auth0 database provider exists.

    user_id?: UserId
    link_with?: string

    JWT for the secondary account being linked. If sending this parameter, provider, user_id, and connection_id must not be sent.