Enterprise Security & Access Control
Vyntech Support Desk is built from the ground up for high-security environments. Learn how role-based permissions, privacy safeguards, and secure customer portal authentication keep your data safe.
Security Highlights
Enforce least-privilege principles with distinct roles for Administrators, Support Agents, and Read-Only Viewers.
Private agent-only discussion threads are strictly isolated and never exposed in customer-facing notifications or portals.
Data residency guaranteed within Australian datacenters, compliant with Privacy Act principles and Essential Eight controls.
Agent Roles & Permissions
| Role | Ticket Capabilities | Administrative Permissions |
|---|---|---|
| Admin | Full control: create, reply, assign, close, reopen, and delete tickets. | Manage departments, SLA policies, agent team members, email routing, and webhooks. |
| Agent | Manage and reply to assigned tickets, post internal notes, and update statuses. | Access canned responses and view assigned departmental queues. |
| Viewer | Read-only visibility for reporting, audits, and oversight. | View ticket analytics and historical metrics without modification rights. |
Secure Customer Portal Access
When embedding the self-service customer portal into your SaaS or mobile applications, your application backend generates a secure, signed token to authenticate customer sessions:
Customer Portal Token GenerationAuth
Generate a secure session token on your application backend to authenticate embedded customer portal clients.
Payload Example
{
"customer_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"customer_email": "alice@acme.com",
"expires_in": "24h"
}Status Codes
- Name
200- Type
- HTTP
- Description
- Portal session token created
- Name
401- Type
- HTTP
- Description
- Invalid backend API key