Hugery.com
Help Center
Help Center
  • 🏠About product
  • 🏁Getting started
  • 🌟What's new?
  • Cases
    • Filter cases
    • Bulk actions
    • Routing
  • Contacts
    • Contact list
  • Workspace
    • Invite members
  • Account
    • Notifications
  • Channels
    • WhatsApp Business
    • Channel capabilities
  • For Developers
    • API
      • Cases
      • Team Members
      • Webhooks
      • Files
      • Roles
      • Teams
Powered by GitBook
On this page

Was this helpful?

  1. For Developers
  2. API

Roles

List roles

GET https://SUB_DOMAIN.hugery.com/api/external/v1/roles

{
  "data": [
    {
      "id": "ffa7fce7-655a-4280-998a-5a5e542a359d",
      "name": "ROLE_SUPER_ADMIN",
      "title": "Super admin",
      "updatedAt": 1586213040,
      "workingRole": false
    },
    {
      "id": "0abaf5ce-ee14-4180-ad58-1142af2f3c29",
      "name": "ROLE_ADMIN",
      "title": "Admin",
      "updatedAt": 1586213040,
      "workingRole": true
    },
    {
      "id": "977ec80c-ac1f-4a18-8418-609825732f38",
      "name": "ROLE_AGENT",
      "title": "Agent",
      "updatedAt": 1586213040,
      "workingRole": true
    }
  ],
  "status": 200
}

PreviousFilesNextTeams

Last updated 5 years ago

Was this helpful?