Permissions FAQ
Roles¶
What roles come with Grovana by default?
Grovana comes with Admin and Member roles by default. You can create additional custom roles based on your team's needs (e.g., Sales Rep, Manager, Read-Only User).
Can I delete the Admin role?
No, the Admin role cannot be deleted. There must always be at least one member assigned to the Admin role.
What happens when I delete a role?
Any workspace member assigned to that role will be automatically reassigned to the default role.
How do I set a default role for new members?
Go to Settings → Members → Roles, find the Default Role option, and select which role new members should automatically receive when they join.
Can I assign multiple roles to one user?
No, each user can only have one role at a time. Create a custom role if you need a combination of permissions.
Permissions¶
What's the difference between object and field permissions?
- Object permissions: Control access to entire records (e.g., can see/edit/delete People records)
- Field permissions: Control access to specific fields within an object (e.g., can see but not edit the Salary field)
Field permissions allow more granular control over sensitive data.
How do permission overrides work?
Permissions cascade from general to specific:
- All Objects sets the baseline for all objects
- Object-Level Permissions can override the global setting for specific objects
- Field-Level Permissions can override the object setting for specific fields
More specific settings always take precedence.
What do the different permission levels mean?
For objects:
- See Records: View records in lists and detail pages
- Edit Records: Modify existing records
- Delete Records: Soft-delete records (can be restored)
- Destroy Records: Permanently delete records
For fields:
- See Field: View the field value
- Edit Field: Modify the field value
- No Access: Field is completely hidden
Can I restrict access to specific records (row-level permissions)?
Row-level permissions are available on the Organization plan. This allows you to restrict access to specific records based on criteria (e.g., only see your own opportunities).
How do I make a field read-only for certain users?
- Go to Settings → Members → Roles
- Select the role
- Navigate to the object containing the field
- Set the field permission to See Field (without Edit Field)
Settings & Actions¶
What settings permissions are available?
You can control access to:
- API key generation
- Workspace preferences
- Role assignment
- Data model configuration
- Security settings
- Workflow management
Use Settings All Access to grant full access, or enable specific permissions.
What action permissions are available?
You can control:
- Send Email: Ability to send emails from Grovana
- Import CSV: Ability to import data via CSV
- Export CSV: Ability to export data to CSV
Use Application All Access to grant all actions, or enable specific ones.
SSO¶
Is SSO available on all plans?
Yes. SAML and OpenID Connect (OIDC) SSO are included in every Grovana plan, including cloud and self-hosted deployments. No plan upgrade is required.
Which identity providers are supported?
Grovana supports:
- SAML 2.0 (works with most enterprise identity providers)
- Google Workspace
- Microsoft Entra ID (formerly Azure AD)
What is Just-in-Time (JIT) provisioning?
With JIT provisioning, user accounts are automatically created in Grovana when someone logs in via SSO for the first time. They're assigned the default role automatically.
Can I require SSO for all users?
Yes, once SSO is configured, you can disable password login for SSO users to enforce authentication through your identity provider.