ashok
ashok

Reputation: 1268

How to create user and roles using api for wso2 bps

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

Upvotes: 1

Views: 100

Answers (1)

Bee
Bee

Reputation: 12513

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.

Upvotes: 2

Related Questions