Permission Errors
Troubleshooting access and permission problems.
Permission Errors
This documentation is currently being developed. Check back soon for complete content.
Common Permission Problems
"Access Denied" Error
Symptoms:
- User cannot access resource
- 403 error returned
Causes:
- Missing role assignment
- Insufficient permissions
- Wrong organization context
Resolution:
- Verify user's organization membership
- Check role assignment
- Review role permissions
- Ensure correct organization selected
Cannot Invite Users
Symptoms:
- Invite button disabled
- Invitation fails
Causes:
- Missing
manage:userspermission - Not organization admin
Resolution:
- Verify you have admin role
- Check permission for user management
- Contact tenant admin if needed
API Key Permission Denied
Symptoms:
- API returns 403
- Specific endpoints fail
Causes:
- API key scope too limited
- Key for wrong organization
Resolution:
- Check API key scopes
- Generate new key with correct permissions
- Verify organization context in request
Cannot See Transactions
Symptoms:
- Dashboard shows no data
- Transaction list empty
Causes:
- Missing
read:transactionspermission - Data not synced
- Organization filter
Resolution:
- Check user role permissions
- Verify data has been synced
- Check organization context
Prevention
- Use principle of least privilege
- Document role assignments
- Review permissions regularly
- Test user experience after changes