curl --request GET \
--url https://api.topsort.com/public/v1/user-service/advertiser-users
{
"email": "<string>",
"familyName": "",
"givenName": "",
"languagePreference": "en",
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"vendorIds": [
"<string>"
]
}
Get a user by email.
curl --request GET \
--url https://api.topsort.com/public/v1/user-service/advertiser-users
{
"email": "<string>",
"familyName": "",
"givenName": "",
"languagePreference": "en",
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"vendorIds": [
"<string>"
]
}
The email of the user to get.
Successful Response
The response is of type object
.