videosphere
    Preparing search index...

    Interface ListUsersOptions

    Defines the shape of list users options.

    interface ListUsersOptions {
        limit?: number;
        offset?: number;
        includePasswordResetEligibility?: boolean;
    }
    Index

    Properties

    limit?: number
    offset?: number
    includePasswordResetEligibility?: boolean

    When true, include canResetPassword on each listed user (admin UI).