Allows you to search for user activity.
A 0-based index of the paged results you wish to receive. In general, you should start with a value of zero and increment it as you need to retrieve additional results. If not supplied, a value of 0 is used (the first page of results).
Indicates how many results you want per page. if not supplied, a default value of 100 is used.
The value you want to sort by. If not supplied, a default value of "SignIn DESC" will be assumed. You can append " DESC" after the sort value to sort descending. For example, "SignIn DESC" would sort by sign-in time in descending order. Possible values:
- RequestTime
- LastName
- UserName
- Organization
An optional parameter used to filter for activity for a particular user
An optional parameter used to filter for activity for a particular user using an external identifier
An optional parameter used to filter for sign-ins that occured after a specified date
An optional parameter used to filter for sign-ins that occured before a specified date
OK Response
Indicates the status of the API request.
0 = Success
10 = Error
20 = Not found
30 = Invalid integration key
Error details. This will only have a value if an error was encountered. The status property will also be set to Error (10).
The total number of results that match the search conditions, not all of which may be in the current result set.
The total number of result pages that match the search conditions.
See UserActivitySearchResult.
The user's unique identifier
The user's external ID, usually a unique identifier from the calling system
The user's first name
The user's last name
The user's UserName
The unique identifier of the organization the user belongs to
The user id of the impersonating user (if any)
The impersonating user's first name (if any)
The impersonating user's last name (if any)
When the user activity occurred (in Unix epoch time)
The method of the request
The referring URL (if any)
The URL of the request
The reported UserAgent of the request
The reported Host Address of the request
The reported languages of the request
The execution time of the request (in milliseconds)