This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

User Management with APIs

WSO2 Identity Server provides the following web services APIs for managing users and roles in the Remote User Management API:

  • RemoteUserStoreManagerService: This service exposes user, user role and claim management functionalities. For instance, if your application needs a user role management function, you can directly integrate with the WSO2 Identity Server instead of dealing with the user store. 

  • RemoteClaimManagerService: This service exposes more claim management functionalities such as add and delete claim mappings.

  • RemoteProfileConfigurationManager Service: This service exposes profile management functionalities such as add, update and delete profile configurations. 
     
  • RemoteAuthorizationManagerService:  This service exposes functionality of handling authorization of users to different resources.

Â