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.
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
}
]
}