Reputation: 433
I am using wso2 API manager 3.1.0 I want to create the users and roles programatically. Are there any REST APIs available for the carbon console of the APIM to achieve this? I referred to this document https://apim.docs.wso2.com/en/next/develop/product-apis/restful-apis/ which has only details of the REST APIs available for API publisher and devportal mainly.
Upvotes: 0
Views: 240
Reputation: 12513
You can use RemoteUserStoreManagerService
SOAP service.
See https://docs.wso2.com/display/IS580/Managing+Users+and+Roles+with+APIs
Upvotes: 1