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

    Type Alias ClientSessionsListParameters

    type ClientSessionsListParameters = {
        client_session_id?: string;
        connect_webview_id?: string;
        user_identifier_key?: string;
        user_identity_id?: string;
        without_user_identifier_key?: boolean;
    }
    Index
    client_session_id?: string

    ID of the client session that you want to retrieve.

    connect_webview_id?: string

    ID of the Connect Webview for which you want to retrieve client sessions.

    user_identifier_key?: string

    Your user ID for the user by which you want to filter client sessions.

    user_identity_id?: string

    ID of the user identity for which you want to retrieve client sessions.

    without_user_identifier_key?: boolean

    Indicates whether to retrieve only client sessions without associated user identifier keys.