Удаление связи с Open ID
Метод: DeleteLinksWithOpenIdConnect
Передаваемые параметры
Параметр | Описание |
ASPNETSessionId | Идентификатор сессии пользователя Системы |
personId | Идентификатор пользователя |
List<string> authenticationTypes | Массив идентификаторов провайдеров авторизации |
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<DeleteLinksWithOpenIdConnect xmlns="http://streamline/">
<ASPNETSessionId>string</ASPNETSessionId>
<personId>guid</personId>
<authenticationTypes>
<string>string</string>
<string>string</string>
</authenticationTypes>
</DeleteLinksWithOpenIdConnect>
</soap:Body>
</soap:Envelope>
Возвращаемые параметры
Параметр | Описание |
ServiceQueryResult | Результат выполнения запроса |
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<DeleteLinksWithOpenIdConnectResponse xmlns="http://streamline/">
<DeleteLinksWithOpenIdConnectResult>
<Errors>
<string>string</string>
<string>string</string>
</Errors>
<Objects>
<string>string</string>
<string>string</string>
</Objects>
</DeleteLinksWithOpenIdConnectResult>
</DeleteLinksWithOpenIdConnectResponse>
</soap:Body>
</soap:Envelope>