/user/getProfileByEmail
- 1 Minute to read
- Print
- DarkLight
/user/getProfileByEmail
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Get
/user/getProfileByEmail
Returns the user's profile, this is identified by the email address.
Query parameters
email
stringRequired
Email of the user
Responses
200
Example response:
[{
"name": "user.ISOLanguageCode",
"value": "it" }, {
"name": "user.Email",
"value": "test@test.com" }, {
"name": "user.EmailDomain",
"value": "test.de" }, {
"name": "user.LastName",
"value": "Cloned" }, {
"name": "user.FirstName",
"value": "Test" }, {
"name": "user.ISOCountryCode",
"value": "IT" }
}]
object
id
integer (int64)
email
string
mobileNumber
string
identifier
string
unifiedIdentifiers
Array of object (Attribute)
object
name
string
value
string
channelAddresses
Array of object (Attribute)
object
name
string
value
string
400
Parameter 'email' is mandatory, but missing or incorrect./ user with the given email does not exist.
Was this article helpful?