Queries the information about the most recently created five accounts.
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Type | string | No | The type of the accounts. Valid values:
| user |
Response parameters
Examples
Sample success responses
JSON
format
{
"Type": "user",
"ItemCount": 5,
"RequestId": "27C78A20-0833-4519-B392-F7963CCFC6AC",
"NewestStatisticItems": [
{
"Name": "root",
"Create": 1566178646000
}
]
}
Error codes
For a list of error codes, visit the Service error codes.