Search users' email addresses
GET
/admin/emails/search
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”q
string
Keyword
page
integer
Page number of results to return (1-based)
limit
integer
Page size of results
Responses
Section titled “Responses”EmailList
Media typeapplication/json
Array<object>
Email an email address belonging to a user
object
email
string format: email
primary
boolean
user_id
integer format: int64
username
string
verified
boolean
Examplegenerated
[ { "email": "hello@example.com", "primary": true, "user_id": 1, "username": "example", "verified": true }]APIForbiddenError is a forbidden error response
Media typeapplication/json
object
message
string
url
string
Examplegenerated
{ "message": "example", "url": "example"}