@seamapi/http - v2.1.0
    Preparing search index...

    Type Alias AccessCodesUnmanagedListParameters

    type AccessCodesUnmanagedListParameters = {
        device_id: string;
        limit?: number;
        page_cursor?: string;
        search?: string;
        user_identifier_key?: string;
    }
    Index
    device_id: string

    ID of the device for which you want to list unmanaged access codes.

    limit?: number

    Numerical limit on the number of unmanaged access codes to return.

    page_cursor?: string

    Identifies the specific page of results to return, obtained from the previous page's next_page_cursor.

    search?: string

    String for which to search. Filters returned access codes to include all records that satisfy a partial match using name, code or access_code_id.

    user_identifier_key?: string

    Your user ID for the user by which to filter unmanaged access codes.