Reputation: 144
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 .
Upvotes: 0
Views: 63
Reputation: 14604
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.
Upvotes: 0