User
A representation of the currently-authenticated user.
Properties
This resource includes the following properties:
| Property | Type | Description |
|---|---|---|
id |
string | The user's ID. |
email |
string | The user's email address. |
time_zone |
string | The user's time zone. |
Example
Here is an example representation of this resource:
{
"id": "user_zWNY2gOL1xwrYuRqXQnjJZyP",
"email": "johndoe@example.com",
"time_zone": "UTC"
}