How can we search multiple userId in the search filter of api/reg/search API in dockstaging? #109
Unanswered
githubpiyush
asked this question in
Query
Replies: 1 comment
-
Please raise this query in COKREAT BB forum: https://github.com/orgs/Sunbird-coKreat/discussions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@reshmi-nair
cc :- @aks30
API
https://dockstaging.sunbirded.org/api/reg/search
Body
{ "id": "open-saber.registry.search", "ver": "1.0", "ets": "11234", "params": { "did": "", "key": "", "msgid": "" }, "request": { "entityType": [ "User_Org" ], "filters": { "userId": { "eq": "d59873a0-40ea-461b-9402-ab090932f92d" } } } }
In the above body we are searching for only one userId.
Is there any way to search for multiple users in one search filter?
If yes please share the filter.
Beta Was this translation helpful? Give feedback.
All reactions