GET api_v2/AccountUsers/GetActivated?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> <Activated>true</Activated> </Result>
application/json, text/json
Sample:
{ "Activated": true }