KindeK
Kinde3y ago
23 replies
Zanoryt

Search for user via provided_id via API?

On a backend microservice, I would like to be able to iterate my users table and pull down latest data in order to cache the user profile details with the most recent and update my table.

To do this most effectively, I would need to be able to hit /api/v1/users with the provided_id matching the UUID from my users table.

How can this be done?
Was this page helpful?