DescribePropertyUserItem
Description
Get the host user account information list.
Request Method
POST
Request Path
/apsara/route/Sas/DescribePropertyUserItem
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
User | BODY | string | No | No sample value for this parameter. | user account name. |
PageSize | BODY | integer | No | No sample value for this parameter. | specifies the maximum number of records per page in the returned result. default value: 20 |
CurrentPage | BODY | integer | No | No sample value for this parameter. | specifies the number of pages currently returned. default value: 1 |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
TotalCount | integer | no demo value | total number of records returned. |
PropertyUserItems | array | no demo value | host user account information list, see the following parameter description for specific sub-items. |
RequestId | string | no demo value | request ID. |
PageSize | integer | no demo value | page displays the maximum number of records. |
CurrentPage | integer | no demo value | currently returns page number. |
Count | integer | no demo value | number of hosts with this account. |
Name | string | no demo value | user account name. |
Example
Successful Response example
{
"TotalCount":"no demo value",
"PropertyUserItems":"no demo value",
"RequestId":"no demo value",
"PageSize":"no demo value",
"CurrentPage":"no demo value",
"Count":"no demo value",
"Name":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}