GET api_v2/AccountUsers/GetCorpUserID?accountUserID={accountUserID}
Получить номер пользователя по учетной системе КОРП по идентификатору пользователя
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountUserID | Идентификатор пользователя облака |
Define this parameter in the request URI. |
Response Information
Номер пользователя облака по учетной системе КОРП
Response body formats
application/xml, text/xml
Sample:
<Result> <CorpUserID>5d715a34-5474-44ed-af87-2216e384a4e5</CorpUserID> </Result>
application/json, text/json
Sample:
{ "CorpUserID": "5d715a34-5474-44ed-af87-2216e384a4e5" }