GET api_v2/AccountDomainUsers/GetAccountDomainID?AccountDomainUserID={AccountDomainUserID}
Получить ИД домена аккаунта
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
AccountDomainUserID | ИД пользователя домена учетной записи |
Define this parameter in the request URI. |
Response Information
ИД домена аккаунта
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountDomainID>87143a19-d5c5-4bb2-b6cd-bbe78d600a3a</AccountDomainID> </Result>
application/json, text/json
Sample:
{ "AccountDomainID": "87143a19-d5c5-4bb2-b6cd-bbe78d600a3a" }