Удаление связи с Open ID
URL: components/services/persons.asmx
Метод: DeleteLinksWithOpenIdConnect
Передаваемые параметры
| Параметр | Описание |
|---|---|
ASPNETSessionId | Идентификатор сессии пользователя Системы |
personId | Идентификатор пользователя |
List<string> authenticationTypes | Массив идентификаторов провайдеров авторизации |
<?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:DeleteLinksWithOpenIdConnect> <str:ASPNETSessionId>string</str:ASPNETSessionId> <str:personId>guid</str:personId> <str:authenticationTypes> <str:string>string</str:string> <str:string>string</str:string> </str:authenticationTypes> </str:DeleteLinksWithOpenIdConnect> </soapenv:Body> </soapenv:Envelope>
Возвращаемый параметр
| Параметр | Описание |
|---|---|
ServiceQueryResult | Результат выполнения запроса |
<?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"> <DeleteLinksWithOpenIdConnectResponse xmlns="http://streamline/"> <DeleteLinksWithOpenIdConnectResult> <Errors> <string>string</string> <string>string</string> </Errors> <Objects> <string>string</string> <string>string</string> </Objects> </DeleteLinksWithOpenIdConnectResult> </DeleteLinksWithOpenIdConnectResponse> </s:Body> </s:Envelope>