WSO2身份服务器用户管理SOAP接口

WSO2身份服务器用户管理SOAP接口,wso2,wso2is,Wso2,Wso2is,我想知道是否可以通过UserAdmin SOAP接口检索用户声明?我发现在添加用户时,可以指定用户声明。我还注意到可以按声明获取用户列表,但我还没有找到如何检索用户的所有声明 有什么提示吗 提前感谢。您可以根据需要尝试“RemoteUserStoreManagerService” <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://service.ws.u

我想知道是否可以通过UserAdmin SOAP接口检索用户声明?我发现在添加用户时,可以指定用户声明。我还注意到可以按声明获取用户列表,但我还没有找到如何检索用户的所有声明

有什么提示吗

提前感谢。

您可以根据需要尝试“RemoteUserStoreManagerService”

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://service.ws.um.carbon.wso2.org">
   <soapenv:Header/>
   <soapenv:Body>
      <ser:getUserClaimValues>
         <ser:userName>admin</ser:userName>
      </ser:getUserClaimValues>
   </soapenv:Body>
</soapenv:Envelope>
在这种情况下

https://localhost:9443/services/RemoteUserStoreManagerService?wsdl
嗯,


DarRay,

您对此有WSDL吗?它不是UserAdminWSDL的一部分?感谢这是一个独立的管理服务。我已经根据你的评论更新了答案
https://localhost:9443/services/RemoteUserStoreManagerService?wsdl