inaturalistjs
    Preparing search index...

    Type Alias GetUsersAutocompleteData

    type GetUsersAutocompleteData = {
        body?: never;
        path?: never;
        query: { perPage?: string; projectId?: number; q: string };
        url: "/users/autocomplete";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query: { perPage?: string; projectId?: number; q: string }

    Type declaration

    • OptionalperPage?: string

      Number of results to return in a page. The maximum value is generally 200 unless otherwise noted

    • OptionalprojectId?: number

      Only show users with memberships to this project

    • q: string

      Search by name (must start with this value) or by ID (exact match).

    url: "/users/autocomplete"