GET api_v2/AccountDomains/Count?accountId={accountId}
Получить количество доменов
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountId | ИД аккаунта |
Define this parameter in the request URI. |
Response Information
Количество доменных пользователей
Response body formats
application/xml, text/xml
Sample:
<Result> <Count>1</Count> </Result>
application/json, text/json
Sample:
{ "Count": 1 }