WSO2 Identity Server manages users and roles through API

I need to create and manage users in WSO2 Identity Server 3.2.3 through the API, I tried the sample code from http://blog.facilelogin.com/2010/05/managing-users-and-roles-with-wso2.html but it’s deprecated . Is there a way to manage users and roles without the WSO2 user interface?

+5
source share
1 answer

All management services in WSO2 Carbon were presented as web services APIs. To manage users, you can use the UserAdmin API, where you can perform all the management functions associated with users and roles in the user repository. Please find a sample UserAdmin API from here . The README file contains more details for you.

+5
source

All Articles