curl --request GET \
--url https://api.topsort.com/public/v1/user-service/advertiser-users \
--header 'Authorization: Bearer <token>'{
"email": "<string>",
"vendorIds": [
"<string>"
],
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"givenName": "",
"familyName": "",
"languagePreference": "en"
}Get a user by email.
curl --request GET \
--url https://api.topsort.com/public/v1/user-service/advertiser-users \
--header 'Authorization: Bearer <token>'{
"email": "<string>",
"vendorIds": [
"<string>"
],
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"givenName": "",
"familyName": "",
"languagePreference": "en"
}A valid API key generated in Topsort's UI.
The email of the user to get.
Successful Response
The email address of the vendor user
2551 - 1000 elementsThe unique identifier for the vendor user
The first name of the vendor user
50The last name of the vendor user
50The preferred language of the vendor user
en, fr, es, pt, ru, ar-AE, de, ko Was this page helpful?