-
Hi, I'm using logto-management-api, but I need to search a list of users by ids to display on my application. Does Logto.io have any such query params? I'm looking for it and can't find it :( |
Beta Was this translation helpful? Give feedback.
Answered by
wangsijie
Sep 22, 2024
Replies: 2 comments 1 reply
-
You can try to use the advanced user search: https://docs.logto.io/docs/recipes/manage-users/advanced-user-search/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
For your case, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
IRediTOTO
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For your case,
/api/users?mode=exact&search.id=<user-id-1>&search.id=<user-id-2>