activity

Return a member's activity spans and events over the reporting window (start/end, default the last 7 days). When no window is given, a single date is honored instead (day boundaries in the optional tz, else UTC). Restricted to organization admins/managers and gated by the activity-tracking flag.

get/api/activity/reports/member-timeline/

Query parameters

organizationstring uuid required

UUID of the organization to scope the report to.

userstring uuid required

Member UUID whose timeline to return (required).

startstring date-time

Optional ISO-8601 start of the report window (inclusive).

endstring date-time

Optional ISO-8601 end of the report window (exclusive).

datestring date

Optional single day (YYYY-MM-DD) to scope the timeline to, in tz. Ignored when start/end is given.

tzstring

Optional IANA timezone for day boundaries (e.g. America/New_York); defaults to UTC.

Changes

No recorded changes to this endpoint across all 1 revision of this API.