GET api_v2/AccountUsers/GetIDByCorpUserID?getIdByCorpUserId={getIdByCorpUserId}
Получить ID пользователя по ID из корп
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
getIdByCorpUserId | ID пользователя из корп |
Define this parameter in the request URI. |
Response Information
ID пользователя
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountUserID>d1f98fc0-52a2-42c7-bbba-472634d9a656</AccountUserID> </Result>
application/json, text/json
Sample:
{ "AccountUserID": "d1f98fc0-52a2-42c7-bbba-472634d9a656" }