Team roles
Viewer, editor and owner. A shared login makes every row on this page say the same name.
Open the topicCDN.com.tr Help
Every operational change on an account is recorded with the person behind it, the time, and the before and after values. Activity history answers "who purged that path" and "when did this record change" without asking support.
Organization, permissions, support
Every operational change on an account is recorded with the person behind it, the time, and the before and after values. Activity history answers "who purged that path" and "when did this record change" without asking support.
The Action type filter is the difference between reading three rows and scrolling a week of history.
The same records are available both ways.
The page lives in the account sidebar, under Observability, next to Data consumption and Cache overview.
Expected result: The table lists Time, User, Action and Detail for the most recent changes on this account.
GET /api/accounts/<account_uuid>/activities?per_page=25
Action type plus Per page is usually enough to get the answer on one screen.
Expected result: Only the relevant kind of change is listed, with a named actor on every row.
GET /api/accounts/<account_uuid>/activities?per_page=25&action_type=purge_cache
The Detail column is where an audit log earns its keep: it says what the value was and what it became.
Expected result: You can state exactly what changed, who changed it and when, without guessing.
GET /api/accounts/<account_uuid>/activities?per_page=25&action_type=settings_update
Something changed and nobody remembers doing it: a DNS record is different, a delivery rule was edited, the cache was purged mid-campaign. With sub-users on the account, "we did not touch it" needs an answer with a name and a timestamp on it.