Retrieve data about other users

Hello,
We have a use case that we shall be able to display a list of users.
That means a user logs in and we display a list of other users (in some cases not all, but part of the users filtered by their role).
Is it possible? can it be executed in the frontend? can one user get data about other users?
I may think of security issues with that, but I wondered if it is possible? Or should I have a backend lambda to support that, that uses the V2 API with a token.
Regards,
Asaf

Hi @asaf1!

Yes, you can get a list of your users (or some of them) from the Management API.

No, you should do this from a secure server (like a backend).

Yes, that would work!

Thanks a lot @dan.woda

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.