List all email addresses for a user
GET
/api/v4/users/{id}/emails
Lists all email addresses for a specified user account. Administrators only.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
integer
The ID of the user
Query Parameters
Section titled “Query Parameters”page
integer
Current page number
Example
1per_page
integer
Number of items per page
Example
20Responses
Section titled “Responses”OK
Media typeapplication/json
object
id
string
email
string
confirmed_at
string
Examplegenerated
{ "id": "example", "email": "example", "confirmed_at": "example"}Bad Request
Not Found