Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

adding users programmatically in WSO2 API Manager

I am using a combination of WSO2 Identity Server as key server and API Manager for API authorisation against roles. My requirement is to provide Business users a UI where they can add a user, role and that should reflect in the WSO2. I am using the default user store. How can I programmatically do this? Is there a REST service which I can use?

like image 455
Janier Avatar asked Oct 17 '25 07:10

Janier


1 Answers

You can do user management functionalities programmatically using the User Management APIs exposed as SOAP services. These APIs allow you to manage user, user roles and claims etc.

If you cannot use the SOAP services you can use the SCIM API which is a REST endpoint to do operations such as create, delete users. However, this has limited capabilities when compared to the User Management SOAP APIs.

like image 190
farasath Avatar answered Oct 19 '25 20:10

farasath



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!