React Native Auth0 - v5.0.0-beta.4
    Preparing search index...

    Interface PatchUserParameters

    Parameters for patching a user's metadata via the Management API. Requires an access token with update:current_user_metadata scope.

    interface PatchUserParameters {
        id: string;
        metadata: Record<string, any>;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the user to update (e.g., auth0|12345).

    metadata: Record<string, any>

    An object containing the metadata to set or update.