GET api_v2/AccountUsers/GetInactiveUserIDs?creationDateTo={creationDateTo}
Получить список неактивных пользователей
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
creationDateTo | Дата создания по |
Define this parameter in the request URI. |
Response Information
Список неактивных пользователей
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountUserID>5c249279-0501-485b-94be-f2e35719a40a</AccountUserID> </Result>
application/json, text/json
Sample:
{ "AccountUserID": "5c249279-0501-485b-94be-f2e35719a40a" }