# LivePerson

## Overview

LivePerson is a publicly held, global technology company that develops conversational commerce and AI software.

## Authentication

When using the LivePerson connector, the first thing you will have to do is click on 'New Authentication' in the step editor:
![liveperson-auth](https://tray.ai/documentation/images/connectors/service/liveperson/839a42e0-e3c5cdb2_liveperson-auth.png)

## Available Operations

The examples below show one or two of the available connector operations in use.
Please see the [Full Operations Reference](#operationsFull) at the end of this page for details on all available operations for this connector.

## Example

In the following example we create a workflow that gets a list of users then fetches a specific user from the original list.
To begin with, create a workflow with a **Manual Trigger**, then add a step from the **LivePerson** connector with the operation set to `List users`:
![liveperson-list-users](https://tray.ai/documentation/images/connectors/service/liveperson/839a42e0-44e8ea60_liveperson-list-users.png)
We can run our workflow and view our list of users in the output panel of the workflow, as shown in this example:
![liveperson-list-users-output](https://tray.ai/documentation/images/connectors/service/liveperson/839a42e0-5a56a674_liveperson-list-users-output.png)
Next, add a step from the **LivePerson** connector and specify the operation as `Get user`. We then want to set the `User ID` field as the value of one of the Users returned by the `List users` operation in the previous step. We can do this by using a JsonPath as pictured in this example:
![liveperson-get-user-jsonpath](https://images.ctfassets.net/p3dvvupz8xw4/839a42e0-a8744305/69f81a7ff5e39b71b3bdeb6a9379ce5b/liveperson-get-user-jsonpath.png)
We can then run the operation to get a single User as shown in the example:
![liveperson-get-user-output](https://tray.ai/documentation/images/connectors/service/liveperson/839a42e0-8481f41d_liveperson-get-user-output.png)
