GET api_v2/AccountUsers/GetIdByPhoneNumber?phoneCountry={phoneCountry}&phoneNumber={phoneNumber}
Получить идентификатор пользователя облака по номеру телефона
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
phoneCountry | Телефонный код страны |
Define this parameter in the request URI. |
phoneNumber | Номер телефона |
Define this parameter in the request URI. |
Response Information
Идентификатор пользователя
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountUserID>83af8443-7a18-41b9-b1f3-0be4c1740ca7</AccountUserID> </Result>
application/json, text/json
Sample:
{ "AccountUserID": "83af8443-7a18-41b9-b1f3-0be4c1740ca7" }