Team
Roles & Permissions
What each role can do.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
What each role can do.
| Action | Viewer | Member | Admin | Owner |
|---|---|---|---|---|
| View documents, jobs, datasets | ✓ | ✓ | ✓ | ✓ |
| Upload documents | — | ✓ | ✓ | ✓ |
| Build datasets and export | — | ✓ | ✓ | ✓ |
| Manage webhooks | — | — | ✓ | ✓ |
| Manage connectors | — | — | ✓ | ✓ |
| Invite / remove members | — | — | ✓ | ✓ |
| Change member roles | — | — | ✓ | ✓ |
| Manage billing | — | — | — | ✓ |
| Delete account | — | — | — | ✓ |
curl -X PATCH https://api.flexorch.com/v1/team/members/{user_id}/role \
-H "Authorization: Bearer eyJ..." \
-H "Content-Type: application/json" \
-d '{"role": "admin"}'