v1

latestOpenAPI 3.1.02026-07-2432337285.3 KB
Audits

List User Audits

Retrieve a list of user audits.

get/users/

Query parameters

date_fromstring date-time

Only include user audits created on or after this timestamp. Must be an ISO 8601 datetime in UTC (applied to the created_at field).

Only include user audits created on or after this timestamp. Must be an ISO 8601 datetime in UTC (applied to the created_at field).

date_tostring date-time

Only include user audits created on or before this timestamp. Must be an ISO 8601 datetime in UTC (applied to the created_at field).

Only include user audits created on or before this timestamp. Must be an ISO 8601 datetime in UTC (applied to the created_at field).

action'USER_LOGIN' | 'USER_LOGIN_FAILED' | 'USER_UPDATE' | 'USER_LOGOUT'
limitinteger
cursorstring

Headers

x-company-idinteger

ID of a child company for authentication. If not provided, the parent company will be authenticated.

ID of a child company for authentication. If not provided, the parent company will be authenticated.

Response

Successful Response

next_cursorstring
has_moreboolean
status'success'