英文:
Create new role in WSO2 APIM 4.1.0 using APIs
问题
我有一个项目需要只通过WSO2 API来与WSO2 APIM一起工作,不使用任何WSO2 UI。我从这个链接中找到了Admin、publisher和Devportal的API集合。
链接:https://apim.docs.wso2.com/en/4.1.0/reference/product-apis/publisher-apis/publisher-v3/publisher-v3/#section/Authentication
但我找不到Carbon Portal的API(以便我可以通过API创建角色或用户)。
我找到了这个旧文档。
链接:https://docs.wso2.com/display/AM200/Adding+User+Roles
但对我没有用。
英文:
I have a project that require to work with WSO2 APIM only through his APIs without using any WSO2 UI ,i found the collection of API for Admin,publisher and Devportal from this link
but i can't found the APIs of Carbon Portal (so i can create role or user from APIs) .
I found this old documentation
https://docs.wso2.com/display/AM200/Adding+User+Roles
but it didn't work for me .
答案1
得分: 0
你可以使用WSO2管理服务来实现这个目标。这些是SOAP服务。
然后使用https://localhost:9443/services/RemoteUserStoreManagerService?wsdl
服务。
英文:
You should be able to use WSO2 Admin services for this. These are SOAP Services.
Then use the https://localhost:9443/services/RemoteUserStoreManagerService?wsdl
service.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论