GET api_v2/AccountUsers/GetLogin?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> <Login>sample string 1</Login> </Result>
application/json, text/json
Sample:
{ "Login": "sample string 1" }