Retrieve a user by email

Retrieve an existing user by looking up their email address

{ "user": { "username": "somebody", "firstName": "John", "lastName": "Doe", "email": "johndoe@example.com", "phone": "", "signature": null, "links": { "lists": "https://:account.api-us1.com/api/3/users/1/lists", "userGroup": "https://:account.api-us1.com/api/3/users/1/userGroup", "dealGroupTotals": "https://:account.api-us1.com/api/3/users/1/dealGroupTotals", "dealGroupUsers": "https://:account.api-us1.com/api/3/users/1/dealGroupUsers", "configs": "https://:account.api-us1.com/api/3/users/1/configs" }, "id": "1" } }
Path Params
string
required

Email address of the user you want to view

Responses

Language
Credentials
URL
Choose an example:
application/json