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

    Interface ListUserEffectivePermissionsResponseContent

    interface ListUserEffectivePermissionsResponseContent {
        permissions: UserEffectivePermissionResponseContent[];
        next?: string;
    }
    Index

    Properties

    Properties

    List of permissions assigned to the user.

    next?: string

    A cursor to be used as the "from" query parameter for the next page of results.