How to create user and roles using api for wso2 bps

96 views Asked by At

Is there any API for creating wso2 bps users and roles.

In */repository/conf/carbon.xml i configured HideAdminServiceWSDLs to false

<HideAdminServiceWSDLs>false</HideAdminServiceWSDLs>

And restarted the server.

My server port(offest is 0) is 9443 and in browser if I call url as below it is giving 404.

https://localhost:9443/services/RemoteUserStoreManagerService?wsdl
1

There are 1 answers

2
Bee On

You can use RemoteUserStoreManagerService SOAP service for this.

See this for details.

Edit:

Seems RemoteUserStoreManagerService is not available in BPS. Instead, try to use UserAdmin service.