Skip to main content
NICE CXone Expert
Expert Success Center

events/user-activity/{token} (GET)

Overview

Get a user's events from the perspective of a support agent

  • REST Method: GET
  • Method Access: public

Query Parameters

Name Type Description
limit int? The maximum number results that we want to retrieve (default: 10)
upto string? The marker we use to paginate. Can also be a date provided in 'yyyyMMddHHmmss' format
include string Comma separated value of elements you'd like to expand. Can include: 'user', 'page', and 'request'. Defaults to empty
token string An identifier that let us cross reference to a logged in user or to an anonymous user's session id

  • Was this article helpful?