Basic info about Zeplin users.
Zeplin API does not expose any personal information to third-party clients. For this reason, the email field is a Zeplin-only alias by default.
You can get the original email addresses of members of your workspace by using a personal access token created with admin rights. Third-party (OAuth) applications are not allowed to access this information.
☝️Only organization admins (or higher) can retrieve the original email addresses using an admin token.
Type: object
| Attribute | Type | Description | 
|---|---|---|
| id | string | User's unique id | 
| string | Zeplin-only alias for the user's email (original) | |
| username | string | Username of the user | 
| emotar | string (Optional) | Emotar of the user | 
| avatar | string (Optional) | Avatar of the user | 
| last_seen | number (Optional) | The unix timestamp when the user was last seen | 
Example
{
  "id": "5d9caaecb4a3fa9bc9718686",
  "email": "[email protected]",
  "username": "zozo",
  "emotar": "🍎",
  "avatar": "http://placekitten.com/200/300",
  "last_seen": 1616739240
}{
  "id": "5d9caaecb4a3fa9bc9718686",
  "email": "[email protected]",
  "username": "zozo",
  "emotar": "🍎",
  "avatar": "http://placekitten.com/200/300",
  "last_seen": 1616739240
}