Parameter | Description |
---|---|
Email Address | The email address of the user to get information about. |
{
"result": "<string>",
"user": {
"id": "<string>",
"email": "<string>",
"status": "<string>",
"groups": [
"<string>",
"<string>"
],
"username": "<string>",
"adminRoles": [
"<string>"
],
"domain": "<string>",
"orgSpecific": true,
"businessAccount": true,
"firstname": "<string>",
"lastname": "<string>",
"country": "<string>",
"type": "<string>"
}
}
Was this page helpful?