WSO2 Identity Server managing users and roles through API

后端 未结 1 1952
醉酒成梦
醉酒成梦 2021-01-19 04:44

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-wi

1条回答
  •  执念已碎
    2021-01-19 05:23

    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.

    0 讨论(0)
提交回复
热议问题