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

    Type Alias AcsCredentialsListParameters

    type AcsCredentialsListParameters = {
        acs_system_id?: string;
        acs_user_id?: string;
        created_before?: string;
        is_multi_phone_sync_credential?: boolean;
        limit?: number;
        page_cursor?: string;
        search?: string;
        user_identity_id?: string;
    }
    Index
    acs_system_id?: string

    ID of the access system for which you want to retrieve all credentials.

    acs_user_id?: string

    ID of the access system user for which you want to retrieve all credentials.

    created_before?: string

    Date and time, in ISO 8601 format, before which events to return were created.

    is_multi_phone_sync_credential?: boolean

    Indicates whether you want to retrieve only multi-phone sync credentials or non-multi-phone sync credentials.

    limit?: number

    Number of credentials 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 credentials to include all records that satisfy a partial match using display_name, code, card_number, acs_user_id or acs_credential_id.

    user_identity_id?: string

    ID of the user identity for which you want to retrieve all credentials.