When I call the rest api endpoint /rest/api/3/user/assignable/search?issueKey=xxx-1 one time with AP.request from within the app iframe and one time in the browser search input then I get different avatar urls:
AP.request:
{
"48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/MS-0.png",
"24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/MS-0.png",
"16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/MS-0.png",
"32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/MS-0.png"
}
Browser or Postman: