v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
IAM Reseller Account

Account Status Changes

Information about the account's changes.

get/iam/activity_log/account_status_changes

Query parameters

limitinteger

The maximum number of items.

offsetinteger

Offset relative to the beginning of list.

Response

OK.

countnumber required

Total number of users

nextstring

URL to the next users slice

previousstring

URL to the previous users slice

Example response

{
  "next": "/activity_log/account_status_changes?offset=20&limit=10",
  "previous": "/activity_log/account_status_changes?offset=10&limit=10",
  "result": [
    {
      "id": 123456,
      "status_change_at": "2024-11-13T15:23:30Z",
      "old_status": "status",
      "new_status": "status",
      "federation_id": "GCL",
      "client": 123456
    }
  ]
}