Skip to main content
NICE CXone Expert
Expert Success Center

events/user-page/{userid} (GET)

Overview

Get user history summary

  • REST Method: GET
  • Method Access: public

Uri Parameters

Name Type Description
userid string either an integer user ID, "current", or "=" followed by a double uri-encoded user name

Query Parameters

Name Type Description
upto string? The maximum number results that we want to retrieve (default: 25, max: 1000).
limit int? The maximum number results that we want to retrieve (default: 25, max: 1000)
include string? Comma separated list of entity details to include. Can include 'page', 'user', 'file', and 'request'

Return Codes

Name Value Description
OK 200 The request completed successfully
Bad Request 400 Invalid input parameter
Forbidden 403 A seated user with SUBSCRIBE permissions is required

  • Was this article helpful?