Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WSO2 Identity Server managing users and roles through API

I need to create and manage users in WSO2 Identity Server 3.2.3 through API, I've tried the code sample from http://blog.facilelogin.com/2010/05/managing-users-and-roles-with-wso2.html but is out of date. Is there any way of managing users and roles without the WSO2 user interface?

like image 779
Stepan Bahdikyan Avatar asked Jun 22 '12 12:06

Stepan Bahdikyan


1 Answers

All management services in WSO2 Carbon, have been exposed as Web Service API. For user management, you can use UserAdmin API, where you can do all management functions related to users and roles in the user store. Please find the sample for UserAdmin API from here. README file contains more details for you.

like image 99
Asela Avatar answered Oct 25 '22 05:10

Asela