Settingsintermediate

Permission categories reference

The 8 permission categories — Conversations, Notes, Contacts, Teams, Users, Analytics, Settings, Modules — and the kinds of toggles each contains. Use this as a map when designing custom roles.

4 min read

Permission categories reference

Atender’s 60+ individual permissions are organized into 8 categories. Each category groups related capabilities — designing a custom role mostly looks like “give this category, restrict that one.”

Conversations

The bulk of agent capabilities. Permissions like:

  • View conversations (list and detail)
  • Reply to messages
  • Assign to agents or teams
  • Close / reopen conversations
  • Add and remove tags
  • Forward and merge
  • Bulk actions (mass assign, mass tag, mass close)

A user with all Conversations permissions plus none elsewhere is effectively an Agent.

Notes

Internal notes on conversations, contacts, and cases. Separated from Conversations because some workflows want note-write without reply-write (e.g., a Quality Reviewer who can comment but not respond to customers):

  • Add note to conversation
  • Edit / delete own notes
  • View notes on contacts and cases
  • Mention teammates in notes

Contacts

CRM-side capabilities:

  • View contacts
  • Create / edit contacts
  • Delete contacts
  • Manage custom fields on contacts
  • Bulk operations on contacts

Teams

Team configuration:

  • Create / edit / delete teams
  • Manage team membership (add / remove members)
  • View team settings

The split between team metadata and team membership is intentional — some roles (e.g., a team lead who can adjust their own team’s roster but not create new teams) need one without the other.

Users

User management:

  • Invite users
  • Edit user profiles
  • Deactivate / reactivate users
  • Delete users
  • Assign roles to users
  • Resend invites

Analytics

The reporting side:

  • View dashboards
  • Drill into specific dashboards (Agent Performance, AI & Automation, etc.)
  • Export data as CSV
  • View audit logs
  • Use AI Insights and chat-about-data

Settings

The largest category, internally split into sub-areas:

  • Workspace — branding, opening hours, tags
  • Channels — channel configuration (Email, Web Chat, Voice, etc.)
  • Integrations — API keys, webhooks, Slack, third-party integrations
  • AI — Sidekick settings, Agent Stacks, self-learning
  • Admin — billing, subscription, custom domains, advanced configuration

A common pattern: grant Settings → AI to AI-team members without granting Settings → Admin.

Modules

Feature-specific access:

  • Cases module
  • Monitor module
  • Knowledge Base management (creation / editing)
  • Handbook management
  • Email Studio template editing
  • Automations rule editing

Useful when modules are role-gated (e.g., only certain people should write Knowledge Base articles).

Custom-role design patterns

  • Quality Reviewer — All Conversations (read), Notes (write), no reply, no edit
  • Billing Specialist — Conversations + Notes, plus Settings → Channels (email-only access for billing inboxes)
  • Knowledge Curator — Modules → Knowledge Base (write), no other write access
  • Compliance Auditor — All-read, Analytics → Audit logs, no write anywhere
  • Onboarding Buddy — Agent baseline + Users → Invite (so they can invite the next cohort)

The “select / deselect all” toggles at the category level make starting from one of the 5 standard roles, then narrowing or widening one category, fast. Most custom roles only diverge from a standard role in 1-2 categories.

See also

Tags

Reference