Describe the issue: As part of WSO2 identity server 6.0.0, SOAP APIs are Deprecated and Recommended to use REST-based APIs. We are using RemoteUserStoreManagerService.wsdl and UserIdentityManagementAdminService.wsdl SOAP APIs in our project, want to replace the SOAP APIs with recommended REST APIs. Can you help us to find the list of REST APIs to replace RemoteUserStoreManagerService.wsdl and UserIdentityManagementAdminService.wsdl SOAP APIs. The APIs document is not clear.
Requirement : We are unable to find the replacement for following APIs: getUserClaims , updateUserLocale , updateUserClaim , retrieveUserRoles , getLastLoginTime We want the data specific to a particular user by using userName or userId which is not available in WSO2 6.0.0 Can you help us to find the list of REST APIs.