GET api_v2/AccountDomainUsers/Count?AccountDomainID={AccountDomainID}
Получить количество пользоветелей домена
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
AccountDomainID | ИД домена аккаунта |
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 }