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

    Type Alias UserIdentitiesListParameters

    type UserIdentitiesListParameters = {
        created_before?: string;
        credential_manager_acs_system_id?: string;
        limit?: number;
        page_cursor?: string;
        search?: string;
        user_identity_ids?: string[];
    }
    Index
    created_before?: string

    Timestamp by which to limit returned user identities. Returns user identities created before this timestamp.

    credential_manager_acs_system_id?: string

    acs_system_id of the credential manager by which you want to filter the list of user identities.

    limit?: number

    Maximum number of records to return per page.

    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 user identities to include all records that satisfy a partial match using full_name, phone_number, email_address or user_identity_id.

    user_identity_ids?: string[]

    Array of user identity IDs by which to filter the list of user identities.