GET api_v2/AccountDomainUsers/GetAccountUserID?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> <AccountUserID>ac5976ce-e721-439b-8f8a-2670f3524b46</AccountUserID> </Result>
application/json, text/json
Sample:
{ "AccountUserID": "ac5976ce-e721-439b-8f8a-2670f3524b46" }