All Products
Search
Document Center

Security Center:DescribePropertyUserItem

Last Updated:Jul 26, 2024

Queries information about an account.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ForceFlushbooleanNo

Specifies whether to forcefully refresh the data that you want to query. Valid values:

  • true: yes
  • false: no
true
UserstringNo

The information about the account.

adm
CurrentPageintegerNo

The number of the page to return.

1
PageSizeintegerNo

The number of entries to return on each page.

2

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

76068BE2-F9C4-4EDD-967B-F503B8CCDD3D
PageInfoobject

The pagination information.

CurrentPageinteger

The page number of the returned page.

1
PageSizeinteger

The number of entries returned per page.

2
TotalCountinteger

The total number of entries returned.

114
Countinteger

The number of entries returned on the current page.

2
PropertyItemsarray<object>

An array that consists of the account information returned.

object
Userstring

The name of the account.

adm
Countinteger

The number of servers that belong to the account.

384

Examples

Sample success responses

JSONformat

{
  "RequestId": "76068BE2-F9C4-4EDD-967B-F503B8CCDD3D",
  "PageInfo": {
    "CurrentPage": 1,
    "PageSize": 2,
    "TotalCount": 114,
    "Count": 2
  },
  "PropertyItems": [
    {
      "User": "adm",
      "Count": 384
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.