Has anybody experienced the same or know the explanation to the followings:
- when I use API to get a user profile with
/api/v1/users/{{user_id}}
as admin user, I get all the attributes from the profile - when I use CORS API to get my profile with
/api/v1/users/me
as admin user, I get all (I think, haven’t thoroughly checked) the attributes from the profile - when I use CORS API to get my profile as non-admin user, I get only subset of attributes, while other ones (even populated) are not sent back in a response