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
feat(content): add public api token workspace permission detail
**Before this PR:**
Segment Documentation does not state the required role / user permissions required to create a Public API Token
**After this PR:**
Segment Documentation now explicitly states the required role / user permissions required to create a Public API Token
**Reason that prompted this change:**
JPMC Question / [Finding Answer in Slack](https://twilio.slack.com/archives/C018FB6PZ0C/p1656694188032489?thread_ts=1656692127.704029&cid=C018FB6PZ0C)
Copy file name to clipboardExpand all lines: src/api/public-api/index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,3 +55,5 @@ This feature is automatically enabled for all workspaces on Team or Business tie
55
55
#### What should I do when I see a CORS error?
56
56
If you see a CORS error, this means you're attempting to make a request to the Public API on the front-end. The Public API is used for server-side only. To get rid of the error, move all Public API requests to a server.
57
57
58
+
#### What User Role / Workspace permissions are required to generate Public API tokens?
59
+
Only [users that have "Workspace Owner"](https://segment.com/docs/segment-app/iam/roles/#global-roles) can create Public API Tokens.
0 commit comments