Skip to main content

DescribePropertyUserItem

Description

Get the host user account information list.

Request Method

POST

Request Path

/apsara/route/Sas/DescribePropertyUserItem

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
UserBODYstringNoNo sample value for this parameter.user account name.
PageSizeBODYintegerNoNo sample value for this parameter.specifies the maximum number of records per page in the returned result. default value: 20
CurrentPageBODYintegerNoNo sample value for this parameter.specifies the number of pages currently returned. default value: 1
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
TotalCountintegerno demo valuetotal number of records returned.
PropertyUserItemsarrayno demo valuehost user account information list, see the following parameter description for specific sub-items.
RequestIdstringno demo valuerequest ID.
PageSizeintegerno demo valuepage displays the maximum number of records.
CurrentPageintegerno demo valuecurrently returns page number.
Countintegerno demo valuenumber of hosts with this account.
Namestringno demo valueuser 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
}

}