Skip to main content
GET
/
api
/
v1
/
reports
/
user-last-activity
Get Users Last Activity Report
curl --request GET \
  --url https://apix.us.amity.co/api/v1/reports/user-last-activity \
  --header 'Authorization: Bearer <token>'
{
  "networkId": "<string>",
  "downloadUrl": "https://example.com/reports/user-last-activity.csv"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Users last activity report

networkId
string
downloadUrl
string

URL to download the last activity report

Example:

"https://example.com/reports/user-last-activity.csv"

I