Cmdlets for Zendesk

Build 25.0.9539

UserEvents

Query events for a given Zendesk user.

Table Specific Information

Select

The following queries are processed server side while other filters are processed client side within the cmdlet.
SELECT * FROM UserEvents where UserId = '18921855007122'

Columns

Name Type References Description
Id [KEY] String ID of the event.
UserId Long

Users.id

The id of the User.
Type String Event name.
Source String Application which sent the event.
Description String An event description.
CreatedAt Datetime ISO-8601 compliant date-time reflecting the time the event was created. If not set, the API sets the value when it receives the event.
ReceivedAt Datetime ISO-8601 compliant date-time reflecting the time the event was received.
Properties String A custom JSON object with details about the event. Must comply with the JSON Schema specification.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539