user3553913
user3553913

Reputation: 433

How to programatically create the users and roles in WSO2 API manager

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

Answers (1)

Bee
Bee

Reputation: 12513

You can use RemoteUserStoreManagerService SOAP service.

See https://docs.wso2.com/display/IS580/Managing+Users+and+Roles+with+APIs

Upvotes: 1

Related Questions