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