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

    Interface GetUserParameters

    Parameters for retrieving a user's full profile from the Management API. Requires an access token with read:current_user scope.

    interface GetUserParameters {
        id: string;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the user to retrieve.