User Search v2 Migration V2 vs V3 Response Body

Currently migrating to V3 of the user search endpoint and I can’t find anything that shows me an example of what the response body of the v2 endpoint looks like. We do a user search by email and only look for user_id. Trying to figure out if any change is required other than adding search_engine=v3 into the query.

The user identifier is a field common to all users independently of connection and it’s also a field that will be returned either in V2 or V3 (unless you specifically request a projection for other fields on the search request) so based on the information provided (an email-based search) you should not require any other change besides ensuring the updated search engine.

1 Like

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