Skip to main content

Get Audit For A User

This endpoint retrieves all log events associated with a particular user, it uses the same events as listed in the v2 audit trail endpoint.

HTTP Request

GET https://api.doordeck.com/user/USER_ID/log?start=0000&end=0000

Example

CURL
curl 'https://api.doordeck.com/user/00000000-0000-0000-0000-000000000000/log?start=0000&end=0000' \
-H "Accept: application/vnd.doordeck.api-v2+json" \
-H "Authorization: Bearer TOKEN"
Remember
  • Replace TOKEN with your access token.
  • Replace 00000000-0000-0000-0000-000000000000 with the user's ID.
  • Replace start=0000 & end=0000 with Epoch date range, e.g. start=1593558000&end=1610495999