You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {Set<'owner' | 'admin' | 'editor' | 'member'>} [role] Filter by role **Note:** Please prefer multiple parameter instances over comma-separated values. Example: `?role=owner&role=admin`
534
+
* @param {Set<'owner' | 'admin' | 'editor' | 'member' | 'alien'>} [role] Filter by role ☝️Note that the Developer role maps to `member` and the Reviewer role maps to `alien` in the API. **Note:** Please prefer multiple parameter instances over comma-separated values. Example: `?role=owner&role=admin`
* @param {Set<'owner' | 'admin' | 'editor' | 'member'>} [role] Filter by role **Note:** Please prefer multiple parameter instances over comma-separated values. Example: `?role=owner&role=admin`
836
+
* @param {Set<'owner' | 'admin' | 'editor' | 'member' | 'alien'>} [role] Filter by role ☝️Note that the Developer role maps to `member` and the Reviewer role maps to `alien` in the API. **Note:** Please prefer multiple parameter instances over comma-separated values. Example: `?role=owner&role=admin`
* Filter by role **Note:** Please prefer multiple parameter instances over comma-separated values. Example: `?role=owner&role=admin`
* Filter by role ☝️Note that the Developer role maps to `member` and the Reviewer role maps to `alien` in the API. **Note:** Please prefer multiple parameter instances over comma-separated values. Example: `?role=owner&role=admin`
Copy file name to clipboardExpand all lines: src/models/user.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ export const transformJSONToUser = function (value: any): User {
37
37
}
38
38
39
39
/**
40
-
* Basic info about Zeplin users. Note: The email alias (the `email` field) is a Zeplin-only alias, which can be used with the Emailing API to send emails to Zeplin users. In order a Zeplin app send an email to a Zeplin user: - Zeplin app should have been approved by Zeplin to use the Emailing API - The user should authorize the app so that it can send emails to the user through the Zeplin alias. If you\'re interested in using the Emailing API, reach us at [email protected].
40
+
* 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.*
0 commit comments