Not getting avatarUrl after using rest api /rest/api/2/user/picker

Hello Experts,

I want to use rest API URL /rest/api/2/user/picker for one user picker field, so firstly, I tried to just fire the REST URL in a browser, it is working but it is not returning avtarUrl attribute. As per the documentation, I should get that, right?


Please let me know if I am doing anything wrong here.

Thanks

You only get it if you request it with showAvatar=true as query param.

yes, you are correct. I got it.

Thanks:grinning: