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

    Type Alias UserIdentitiesUnmanagedListParameters

    type UserIdentitiesUnmanagedListParameters = {
        created_before?: string;
        limit?: number;
        page_cursor?: string;
        search?: string;
    }
    Index
    created_before?: string

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

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