UserSubscriptions
Query the user subscriptions in Zendesk.
Table Specific Information
Select
The following queries are processed server side while other filters are processed client side within the driver.SELECT * FROM UserSubscriptions WHERE UserId = '123'
Columns
| Name | Type | References | Description |
| Id [KEY] | Long | Automatically assigned when the subscription is created. | |
| UserId | Long |
Users.Id | The Id of the User. |
| FollowedId | Long | The id of the user being followed. | |
| FollowerId | Long | The id of the user doing the following. |