User

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

AttributeTypeDescription
idstringUser's unique id
emailstringZeplin-only alias for the user's email (original)
usernamestringUsername of the user
emotarstring (Optional)Emotar of the user
avatarstring (Optional)Avatar of the user
last_seennumber (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
}