Overview
Permissions in the Gate control what actions you can perform and what data you can access. Understanding the permission system helps you work effectively while maintaining security standards.Permission structure
The Gate uses a role-based access control system with three main levels:Viewer
Read-only access to permitted resources. Cannot modify data.
Editor
Can view and modify resources within assigned scope.
Administrator
Full access to manage users, settings, and system configuration.
What you will learn
This exploration task teaches you how to:- View your current permission level
- Understand permission inheritance
- Request permission changes
- Work within your access boundaries
Prerequisites
- Successfully completed Getting started with Gate
- Active Gate session with valid credentials
Check your permission level
Navigate to your profile settings by clicking your username in the top-right corner.
Your permission level is displayed in the account information section.
Review accessible resources
Browse through different sections of the Gate and note which features are available or restricted.
Understand your scope
Identify which resources and data areas you have access to based on your role.
Permission inheritance
Permissions can be inherited from group memberships or organizational hierarchy. Changes at higher levels affect all child resources.
Requesting changes
If you need additional permissions:- Document the specific resources you need access to
- Provide business justification for the request
- Submit through the permissions request form
- Wait for administrator approval
Common permission scenarios
Why can I not see certain data?
Why can I not see certain data?
Data visibility is controlled by both your role and data classification. Some information may be restricted based on sensitivity levels.
How do permissions affect API access?
How do permissions affect API access?
API permissions mirror web interface permissions. If you cannot access a feature in the web interface, you cannot access it via API either.