Hello
I am setting up an external end user application and need to have the capability for users to search trusted, mfa, etc. devices. When using the below API as an admin, things work.
https:///am/json/realms/root/users/{{TestUser}}/devices/profile?_prettyPrint=true&_queryFilter=true
But, when trying to do this as an end user / using access_token, I am getting an unauthorized error. Is there a better API to use to get this information?
Thanks
Nick