List a User's Conversations
In this code snippet you learn how to get a list of Conversations a User is associated with.
Example
Ensure the following variables are set to your required values using any convenient method:
| Key | Description |
|---|---|
USER_ID | The unique ID of the User. |
Prerequisites
You will need to use an existing Application containing at least one Conversation and one User in order to see a list of a User's Conversations. See the Create Conversation code snippet for information on how to create an Application and a Conversation. See also the Create User code snippet on how to create a User.
Run your code
Save this file to your machine and run it:
Prerequisites
You will need to use an existing Application containing at least one Conversation and one User in order to see a list of a User's Conversations. See the Create Conversation code snippet for information on how to create an Application and a Conversation. See also the Create User code snippet on how to create a User.
Create a file named list-user-conversations.js and add the following code:
Run your code
Save this file to your machine and run it:
Prerequisites
You will need to use an existing Application containing at least one Conversation and one User in order to see a list of a User's Conversations. See the Create Conversation code snippet for information on how to create an Application and a Conversation. See also the Create User code snippet on how to create a User.
Create a file named list-user-conversations.php and add the following code:
Run your code
Save this file to your machine and run it:
Try it out
When you run the code you will get a list of Conversations associated with the specified User.
In this case the User is associated with a single Conversation: