openai · OpenAI Platform Docs
Manage permissions in the OpenAI platform
Teaches how to implement and manage role-based access control (RBAC) by configuring organization and project-level permissions, creating custom roles, and managing user groups.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Manage permissions in the OpenAI platform
Teaches how to implement and manage role-based access control (RBAC) by configuring organization and project-level permissions, creating custom roles, and managing user groups.
When To Use
Use when you need to restrict API or Dashboard access for specific users, set up custom permission sets for contractors, or scale user management via groups and SCIM.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/manage-permissions-in-the-openai-platform-workflow-guide.md | A guide explaining role-based access control (RBAC) concepts, permission settings, and access configuration examples for the OpenAI platform. | Questions about a guide explaining role-based access control (RBAC) concepts, permission settings, and access configuration examples... |
What This Skill Covers
- Role-based access control (RBAC) lets you decide who can do what across your organization and projects—both through the API and in the Dashboard. The same pe...
- Main sections:
Key concepts,Permissions,Setting up RBAC,Access configuration examples,Small team.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.openai.com/api/docs/guides/rbac.md
