Theme 컴포넌트에서 사용자 ID 목록으로 사용자 프로필 가져오기

Hello,

is there an easy and straight forward way to get a list of user profiles back by passing a list of user ids that I am interested in?

I am only interested in the users’ names to be honest to display those in a tooltip.

I need this for a really cool component that I am planning to provide to the community afterward.

I tried a few things but without any success:

/admin/users.json?id=1&id=2&id=3
/admin/users.json?userids[]=1,2,3

Any ideas?
Thanks

Take a look at:

Specifically:

Thank you Robert. This was it!