Read users
Reads all users from the Zendesk account. This example demonstrates querying the Users table. You can optionally filter by ID using the WHERE clause.
SELECT * FROM Users --Where Id=1234
Reads all users from the Zendesk account. This example demonstrates querying the Users table. You can optionally filter by ID using the WHERE clause.
SELECT * FROM Users --Where Id=1234