URL: components/services/persons.asmx
Метод: RevokeAllTokensByUsers
| Параметр | Описание |
|---|---|
ASPNETSessionId | Идентификатор сессии |
personIds | Массив идентификаторов (GUID) пользователей Системы |
<?xml version="1.0" encoding="utf-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:str="http://streamline/"> <soapenv:Header/> <soapenv:Body> <str:RevokeAllTokensByUsers> <str:ASPNETSessionId>string</str:ASPNETSessionId> <str:personIds> <str:guid>string</str:guid> </str:personIds> <str:allowTokenUse>boolean</str:allowTokenUse> </str:RevokeAllTokensByUsers> </soapenv:Body> </soapenv:Envelope>
| Параметр | Описание |
|---|---|
Errors | Возможные ошибки |
<?xml version="1.0" encoding="utf-8"?> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <RevokeAllTokensByUsersResponse xmlns="http://streamline/"> <RevokeAllTokensByUsersResult> <Errors> <string>string</string> </Errors> <Objects> <string>string</string> </Objects> </RevokeAllTokensByUsersResult> </RevokeAllTokensByUsersResponse> </s:Body> </s:Envelope>