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