Is it possible to retrieve the password hash of the user using the Rest API?
Hello imareb
Are you sure you can get the password hash? is it your intension to login in some way?
If it is that what you want to do you, you can make use of login webservice
Regards,
We’ve limited the users that can login via the Rest API. So my other best direction for this is to “log in” other users by getting the password hash and using password verify.
Hello,
I think you cound invert this logic, to have a more clear solution. Create all users by usual way (Administration -> user management). Than to the integration users relate them to an integration profile. Filally you can use PHP logic to verify if the user who is using the web service belongs to an integration profile it should proceed, otherwise, abort the process.