masto
    Preparing search index...

    Interface AccountsResource

    interface AccountsResource {
        list: Method<
            Paginator<mastodon.v1.Admin.Account[], ListAccountsParams>,
            ListAccountsParams,
        >;
        $select(id: string): Accounts$SelectResource;
    }
    Index

    Properties

    Methods

    Properties

    View accounts matching certain criteria for filtering, up to 100 at a time. Pagination may be done with the HTTP Link header in the response.

    Parameters

    Array of AdminAccount

    Methods