Skip to content

Commit 5483db6

Browse files
authored
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)
1 parent 27ee97a commit 5483db6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/api/public-api/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,5 @@ This feature is automatically enabled for all workspaces on Team or Business tie
5555
#### What should I do when I see a CORS error?
5656
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.
5757

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

Comments
 (0)