Skip to main content

Permission Keys

eConnect controls what each user can do through permission keys. This page is a reference for every permission key in the system, grouped by the area it applies to, so you can quickly look up what a key does or link a colleague to the right section.

How permissions work

  • A permission key grants the right to perform one specific action — for example create a user (UserCreate) or save a dashboard (UserGroupStorageSave).
  • Related keys are grouped under a permission type (for example the Users type contains the create, update, delete, and manage-others keys).
  • Keys are never assigned to a user directly. Instead, keys are collected into a Permission Group, and permission groups are assigned to users. See Adding Users for how that assignment is done.
  • eConnect ships with a set of default permission groupsAdmin, Operator, Viewer, ServiceOnly, SysAdmin, and SensitiveData. The Default Groups column shows which of these a key belongs to out of the box.
  • These rights are enforced on the server / API, not just in the desktop client. Any application that talks to eConnect — the Windows (WPF) desktop app today, and the newer Electron app — is held to the same limits.
Not every key is visible to you

You can only see and assign the keys that have already been granted to you. If a key isn't in your list, your own permissions don't include it. A number of higher-level keys — such as switching your active user group or managing resellers — are reserved for system administrators and most users will never see them. These are listed under Administrative & High-Level Keys for completeness.

Storage keys & dashboards

Several features — most visibly saved dashboards — persist their state in a per-user-group storage area (the User Group Storage keys). Each saved item (a dashboard, a screen layout, or a general configuration value) is written under its own storage key. Because this is where dashboards live, the Save / Save Own / Remove / Remove Own permissions in Dashboards & Storage Keys decide who can create and change shared dashboards versus only their own. Saved queries (which dashboards draw their data from) are covered separately under Saved Queries.

Reading the tables

Each row is one permission key.

ColumnMeaning
Friendly NameThe label shown in the application's permission editor. Where no translated label exists yet, the application shows the raw key — so in those rows the Friendly Name matches the Internal Key.
Internal KeyThe exact key value stored in the database and used by the API. Useful for support and developers.
Default GroupsThe default permission group(s) that include this key. means the key is not in any default group and must be granted explicitly.
DescriptionWhat the key allows.

A 🆕 badge marks keys that are new in eConnect v11.

New in v11

The only permission key added since v10 is AI Providers → Manage (AiProvidersManage), which governs the new AI Assistant. Everything else on this page exists in v10 as well.

Core & Portal

Keys that apply to the main eConnect application and portal, regardless of which add-on products are licensed. Most day-to-day administration keys live here.

Users & Accounts

Friendly NameInternal KeyDefault GroupsDescription
User creationUserCreateAdminCreate new user accounts within the current user group.
User removalUserDeleteAdminRemove user accounts from the current user group.
Users can manage other usersUsersManageOthersAdminManage accounts and permissions belonging to other users, not just your own.
User updatesUserUpdateAdminEdit an existing user's profile, credentials, and settings.
User details removeUserAttributeRemoveAdminDelete extended attributes from a user.
User details updateUserAttributeUpdateAdminAdd or change extended attributes (custom detail fields) stored on a user.

Permission Groups & Rights

Keys that control who can manage permissions themselves. Grant these carefully — they let a user change what other users can do.

Friendly NameInternal KeyDefault GroupsDescription
User permission group creationPermissionGroupCreateAdminCreate new permission groups that bundle keys for assignment to users.
User permission group removalPermissionGroupDeleteAdminDelete a permission group, removing it from every user it was assigned to.
User permission group updatePermissionGroupUpdateAdminRename a permission group or change its inheritance.
Permissions ModifyPermissionModifyRightsAdminAdd or remove permission keys inside a permission group.
User permission associate userPermissionAssociateUserAdminAssign a permission group to a user.
User permission de-associate userPermissionUnassociateUserAdminRemove a permission group from a user.

User Group Settings

Friendly NameInternal KeyDefault GroupsDescription
User Group Setting CreateUserGroupAttributeCreateAdminCreate user-group-level settings (configuration stored against the whole group).
User Group Setting RemoveUserGroupAttributeRemoveAdminDelete user-group settings.
User Group Settings UpdateUserGroupAttributeUpdateAdminChange existing user-group settings.

Logical Groups & Access Control

Logical groups organize sites, areas, and resources. Their ACLs and filters decide which users and data each group can reach.

Friendly NameInternal KeyDefault GroupsDescription
Logical Groups AddLogicalGroupsAddAdminCreate logical groups used to organize sites, areas, and resources.
Logical Groups RemoveLogicalGroupsRemoveAdminDelete a logical group.
Logical Groups UpdateLogicalGroupsUpdateAdminRename or reconfigure a logical group.
Logical Group User AddLogicalGroupUserAddAdminAdd a user to a logical group.
Logical Group User RemoveLogicalGroupUserRemoveAdminRemove a user from a logical group.
Logical Group Acl RemoveLogicalGroupAclRemoveAdminRevoke a user's access rights to a logical group.
Logical Group Acl SaveLogicalGroupAclSaveAdminGrant or update a user's access rights (ACL) to a logical group.
Logical Group Filter AddLogicalGroupFilterAddAdminAdd a filter that scopes what a logical group can see.
Logical Group Filter RemoveLogicalGroupFilterRemoveAdminRemove a logical group filter.

Plugins & Integrations

Keys for attaching and configuring installed product modules (plugins) within your user group. Registering brand-new plugins is a higher-level action — see Administrative & High-Level Keys.

Friendly NameInternal KeyDefault GroupsDescription
Plugin associations addPluginAssociationAddAdminAttach an installed plugin (product module) to the current user group.
Plugin associations removePluginAssociationRemoveAdminDetach a plugin from the current user group.
PluginAssociationReorderPluginAssociationReorderAdminChange the display and processing order of associated plugins.
Plugin settings managePluginSettingManageAdminView and change configuration settings for an installed plugin.
Plugin instance attribute managePluginInstanceAttributeManageAdminManage extended attributes on a plugin instance.
Event Status - Allow Comment Edit OtherPluginEventStatusAllowCommentEditOtherAdminEdit comments left by other users on plugin event statuses.
Event Status - Allow Comment Edit OwnPluginEventStatusAllowCommentEditOwnAdmin, ViewerEdit your own comments on plugin event statuses.
Event Status - See HistoryPluginEventStatusSeeHistoryAdmin, ViewerView the status and comment history on plugin events.

Saved Queries

Friendly NameInternal KeyDefault GroupsDescription
Core Query Remove AnyCoreQueryRemoveAdminDelete any shared core query.
Core Query Remove OwnCoreQueryRemoveOwnAdmin, ViewerDelete core queries owned by the current user.
Core Query Save AnyCoreQuerySaveAdmin, ViewerSave shared core queries (used by dashboards) visible to the whole group.
Core Query Save OwnCoreQuerySaveOwnAdmin, ViewerSave core queries owned by the current user.

Dashboards & Storage Keys

The User Group Storage area is a key/value store the application uses to persist saved dashboards, screen layouts, and general per-user-group configuration. Each stored item is written under a storage key. The permissions below decide who can save or remove those entries — either for the whole group (Save / Remove) or only the items a user owns (Save Own / Remove Own).

Friendly NameInternal KeyDefault GroupsDescription
User Group Storage RemoveUserGroupStorageRemoveAdminDelete shared user-group storage entries.
User Group Storage Remove OwnUserGroupStorageRemoveOwnAdmin, ViewerDelete storage entries owned by the current user.
User Group Storage SaveUserGroupStorageSaveAdminSave shared storage entries (dashboards, layouts, general configuration) for the whole user group.
User Group Storage Save OwnUserGroupStorageSaveOwnAdmin, ViewerSave storage entries owned by the current user.

Jobs & Automation

Friendly NameInternal KeyDefault GroupsDescription
User Job CreateUser Job CreateAdmin, Operator, ViewerCreate scheduled user jobs (automated recurring tasks).
User Job DeleteUser Job DeleteAdmin, Operator, ViewerDelete a user job.
User Job UpdateUser Job UpdateAdmin, Operator, ViewerEdit an existing user job or its schedule.
Job Action CreateJob Action CreateAdmin, OperatorAdd an action step to a job.
Job Action DeleteJob Action DeleteAdmin, OperatorDelete a job action.
Job Action UpdateJob Action UpdateAdmin, OperatorEdit a job action.

Alert Subscriptions

Friendly NameInternal KeyDefault GroupsDescription
Alert Subscription - AddQuerySubscriptions_AddAdmin, ViewerSubscribe to alerts generated by a saved query.
Alert Subscription - Manage Other UsersQuerySubscriptions_Admin_UsersAdminManage alert subscriptions on behalf of other users.
Alert Subscription - RemoveQuerySubscriptions_RemoveAdmin, ViewerRemove an alert subscription.

Sessions & History

Friendly NameInternal KeyDefault GroupsDescription
User Session History - All GroupUserSesionHistoryViewAllGroupsView user session and login history across all user groups.
User Session History - Current GroupUserSesionHistoryViewCurrentGroupAdminView user session and login history for the current user group.

Server & System

Friendly NameInternal KeyDefault GroupsDescription
Upload files to serverUploadFileToServerRightAdmin, ViewerUpload files to the eConnect server.
SystemSettingsRemoveSystemSettingsRemoveSysAdminDelete system-wide settings.
SystemSettingsSaveSystemSettingsSaveSysAdminCreate or change system-wide settings.

AI Assistant

New in eConnect v11. Controls the AI Assistant's providers, scope policies, and instructions.

Friendly NameInternal KeyDefault GroupsDescription
🆕 AiProvidersManageAiProvidersManageSysAdminConfigure AI providers, scope policies, and assistant instructions for the AI Assistant.

Video & Witness Devices

Keys for managing cameras / witness devices, device groups, and video export. Available where the Witness / video product is licensed.

Friendly NameInternal KeyDefault GroupsDescription
Device addDeviceAddAdminAdd a camera / witness device to the system.
Device removeDeviceRemoveAdminRemove a device from the system.
Device updateDeviceUpdateAdminEdit a device's configuration.
Video Local ExportVideo Local ExportAdminExport recorded video to local storage.
Video Manual ExportVideo Manual ExportAdminManually export recorded video from a device.
Device details addDeviceAttributeAddAdminAdd extended attributes (detail fields) to a device.
Device details removalDeviceAttributeRemoveAdminRemove a device's extended attributes.
Device details updateDeviceAttributeUpdateAdminChange a device's extended attributes.
Device group addDeviceGroupAddAdminCreate a device group.
Device group removalDeviceGroupRemoveAdminDelete a device group.
Device group updatesDeviceGroupUpdateAdminEdit a device group.
Device group association addDeviceGroupAssociationAddAdminAdd a device to a device group.
Device group association removeDeviceGroupAssociationRemoveAdminRemove a device from a device group.
Device group association updateDeviceGroupAssociationUpdateAdminChange a device-to-group association.
Device group settings addDeviceGroupSettingAddAdminAdd a setting to a device group.
Device group setting removeDeviceGroupSettingRemoveAdminRemove a device group setting.
Device group setting updateDeviceGroupSettingUpdateAdminChange a device group setting.
Device deny addDeviceDenyAddAdminDeny a user or group access to specific devices.
Device deny removalDeviceDenyRemoveAdminRemove a device access denial.
Export server addExportServerAddAdminRegister a video export server.
Export server change ownershipExportServerExportServerChangeOwnershipAdminReassign the ownership of a video export to another user.
Export server remove exportsExportServerExportsRemoveAdminDelete video exports.
Export server view all exportsExportServerExportsViewAllAdminView all video exports within the current group.
Export Server - Global View AllExportServerExportsViewAllGlobalSysAdminView all video exports across every group (global scope).
Export server removalExportServerRemoveAdminRemove a video export server.
Export server updateExportServerUpdateAdminUpdate a video export server.

Point of Sale

Keys for point-of-sale (POS) data sources, transaction events, saved POS queries, and scoring rules.

Friendly NameInternal KeyDefault GroupsDescription
Point of sale data entity addPOSDataEntityAddAdmin, ServiceOnlyRegister point-of-sale data entities (registers, terminals, sources).
Point of sale data entity removalPOSDataEntityRemoveServiceOnlyRemove a point-of-sale data entity.
Point of sale data entity updatePOSDataEntityUpdateAdmin, ServiceOnlyUpdate a point-of-sale data entity.
Point of sale data event addPOSDataEventAddServiceOnlyIngest point-of-sale transaction and data events (service accounts).
Point of sale data event removalPOSDataEventRemoveServiceOnlyRemove point-of-sale data events.
Point of sale query removalPOSBIQueryRemoveAdminDelete any shared point-of-sale query.
Point of sale query remove ownPOSBIQueryRemoveOwnAdmin, ViewerDelete point-of-sale queries owned by the current user.
Point of sale query savePOSBIQuerySaveAdmin, ViewerSave shared point-of-sale (business-intelligence) queries for the group.
Point of sale query save ownPOSBIQuerySaveOwnAdmin, ViewerSave point-of-sale queries owned by the current user.
Pos Score AddPos Score AddCreate point-of-sale scoring rules.
Pos Score RemovePos Score RemoveDelete point-of-sale scoring rules.
Pos Score ReprocessPos Score ReprocessRe-run scoring against existing point-of-sale data.
Pos Score UpdatePos Score UpdateEdit point-of-sale scoring rules.

Object Analytics

Keys for face recognition, subjects (people/objects of interest), tags, zones, license plates, and their detectors. Available where the Object Analytics / Face & License-Plate products are licensed.

Face Recognition Tools

Friendly NameInternal KeyDefault GroupsDescription
FaceRecBulkEnrollFaceRecBulkEnrollAdminBulk-enroll faces from a batch of images.
FaceRecBulkExportFaceRecBulkExportAdminBulk-export face images and records.
FaceRecEnrollingFaceRecEnrollingAdmin, ServiceOnlyEnroll faces — add a person's face to the recognition gallery.
FaceRecMergingFaceRecMergingAdmin, ServiceOnlyMerge two face / subject records into one.
FaceRecReprocessFaceRecReprocessAdmin, ServiceOnlyRe-run face recognition processing on existing data.
FaceRecSplittingFaceRecSplittingAdmin, ServiceOnlySplit incorrectly merged faces or subjects apart.
FaceRecUnEnrollingFaceRecUnEnrollingAdmin, ServiceOnlyUn-enroll faces — remove a face from the recognition gallery.

Subjects

Friendly NameInternal KeyDefault GroupsDescription
ObjectAnalyticsSubjectRemoveObjectAnalyticsSubjectRemoveAdmin, ServiceOnlyDelete a subject record.
ObjectAnalyticsSubjectUpdateObjectAnalyticsSubjectUpdateAdmin, ServiceOnlyEdit a subject (person or object of interest) record.

Subject Detectors

Friendly NameInternal KeyDefault GroupsDescription
ObjectAnalyticsSubjectDetectorAddObjectAnalyticsSubjectDetectorAddAdminAdd a subject detector.
ObjectAnalyticsSubjectDetectorRemoveObjectAnalyticsSubjectDetectorRemoveAdminRemove a subject detector.
ObjectAnalyticsSubjectDetectorTransReprocessObjectAnalyticsSubjectDetectorTransReprocessAdminReprocess a subject detector's detections/transactions.
ObjectAnalyticsSubjectDetectorUpdateObjectAnalyticsSubjectDetectorUpdateAdminUpdate a subject detector.

Tags

Tags can be applied to both subjects and license plates.

Friendly NameInternal KeyDefault GroupsDescription
ObjectAnalyticsLicensePlateTagAssociateObjectAnalyticsLicensePlateTagAssociateAdmin, Operator, ServiceOnlyApply a tag to a license plate.
ObjectAnalyticsLicensePlateTagAssociationUpdateObjectAnalyticsLicensePlateTagAssociationUpdateAdmin, Operator, ServiceOnlyUpdate an existing license-plate-to-tag association.
ObjectAnalyticsLicensePlateTagDissociateObjectAnalyticsLicensePlateTagDissociateAdmin, Operator, ServiceOnlyRemove a tag from a license plate.
ObjectAnalyticsSubjectTagAssociateObjectAnalyticsSubjectTagAssociateAdmin, Operator, ServiceOnlyApply a tag to a subject.
ObjectAnalyticsSubjectTagAssociationUpdateObjectAnalyticsSubjectTagAssociationUpdateAdmin, Operator, ServiceOnlyUpdate an existing subject-to-tag association.
ObjectAnalyticsSubjectTagDissociateObjectAnalyticsSubjectTagDissociateAdmin, Operator, ServiceOnlyRemove a tag from a subject.
ObjectAnalyticsSubjectTagRemoveObjectAnalyticsSubjectTagRemoveAdmin, ServiceOnlyDelete subject tags.
ObjectAnalyticsSubjectTagUpdateObjectAnalyticsSubjectTagUpdateAdmin, ServiceOnlyCreate or update subject tags (this key covers both add and update).

Zones

Friendly NameInternal KeyDefault GroupsDescription
ObjectAnalyticsSubjectZoneAddObjectAnalyticsSubjectZoneAddAdminAssign a subject to a zone.
ObjectAnalyticsSubjectZoneRemoveObjectAnalyticsSubjectZoneRemoveAdminRemove a subject from a zone.
ObjectAnalyticsSubjectZoneReprocessObjectAnalyticsSubjectZoneReprocessAdmin, ServiceOnlyReprocess subject zone calculations.
ObjectAnalyticsSubjectZoneUpdateObjectAnalyticsSubjectZoneUpdateAdminUpdate a subject's zone assignment.

Notifications

Friendly NameInternal KeyDefault GroupsDescription
ObjectAnalyticsSubjectNotifyOptionAssociateObjectAnalyticsSubjectNotifyOptionAssociateAdminAssociate a notification option with a subject.
ObjectAnalyticsSubjectNotifyOptionDissociateObjectAnalyticsSubjectNotifyOptionDissociateAdminRemove a notification option from a subject.
ObjectAnalyticsSubjectNotifyOptionRemoveObjectAnalyticsSubjectNotifyOptionRemoveAdminDelete a subject notification option.
ObjectAnalyticsSubjectNotifyOptionUpdateObjectAnalyticsSubjectNotifyOptionUpdateAdminCreate or update a subject notification option — an alert rule for a subject (covers both add and update).

Regions

Friendly NameInternal KeyDefault GroupsDescription
Object Analytics - Region AddObjectAnalyticsRegionAddAdminCreate an object-analytics region.
Object Analytics - Region RemoveObjectAnalyticsRegionRemoveAdminDelete an object-analytics region.
Object Analytics - Region UpdateObjectAnalyticsRegionUpdateAdminUpdate an object-analytics region.

Detection Data & Settings

Friendly NameInternal KeyDefault GroupsDescription
Object Analytics - Data AddObjectAnalyticsDataAddServiceOnlyIngest object-analytics detection data (service accounts).
Object Analytics - Data RemoveObjectAnalyticsDataRemoveServiceOnlyRemove object-analytics detection data.
Object Analytics - Setting Lookup SaveObjectAnalyticsSettingLookupSaveServiceOnlySave object-analytics setting lookups (service configuration).

Saved Queries

Friendly NameInternal KeyDefault GroupsDescription
Object Analytics - Query RemoveObjectAnalyticslQueryRemoveAdminDelete any shared object-analytics query.
Object Analytics - Query Remove OwnObjectAnalyticsQueryRemoveOwnAdmin, ViewerDelete object-analytics queries owned by the current user.
Object Analytics - Query SaveObjectAnalyticsQuerySaveAdmin, ViewerSave shared object-analytics queries for the group.
Object Analytics - Query Save OwnObjectAnalyticsQuerySaveOwnAdmin, ViewerSave object-analytics queries owned by the current user.

License Plates (LPR)

Friendly NameInternal KeyDefault GroupsDescription
ObjectAnalyticsLicensePlateAddObjectAnalyticsLicensePlateAddAdmin, ServiceOnlyAdd a license plate record.
ObjectAnalyticsLicensePlateRemoveObjectAnalyticsLicensePlateRemoveAdmin, ServiceOnlyRemove a license plate record.
ObjectAnalyticsLicensePlateUpdateObjectAnalyticsLicensePlateUpdateAdmin, ServiceOnlyUpdate a license plate record.
ObjectAnalyticsLicensePlateDetectedAddObjectAnalyticsLicensePlateDetectedAddServiceOnlyRecord a detected license plate read (service accounts).
ObjectAnalyticsLicensePlateDetectorAddObjectAnalyticsLicensePlateDetectorAddAdmin, ServiceOnlyAdd a license plate detector.
ObjectAnalyticsLicensePlateDetectorRemoveObjectAnalyticsLicensePlateDetectorRemoveAdmin, ServiceOnlyRemove a license plate detector.
ObjectAnalyticsLicensePlateDetectorUpdateObjectAnalyticsLicensePlateDetectorUpdateAdmin, ServiceOnlyUpdate a license plate detector.

Subject ↔ License Plate Associations

Friendly NameInternal KeyDefault GroupsDescription
OaSubjectLicensePlateAssocAddOaSubjectLicensePlateAssocAddAdmin, Operator, ServiceOnlyAssociate a license plate with a subject (e.g. a vehicle's owner).
OaSubjectLicensePlateAssocRemoveOaSubjectLicensePlateAssocRemoveAdmin, Operator, ServiceOnlyRemove a subject-to-license-plate association.

Incident Tracker

Keys for the Incident Tracker product — incident (case) records, their content, people of interest, and configuration.

Incidents & Access

Friendly NameInternal KeyDefault GroupsDescription
Incident Tracker master incident removalITMasterIncidentRemoveAdminDelete an incident record.
Incident Tracker master incident addITMasterIncidentsAddAdmin, ViewerCreate incident (case) records in Incident Tracker.
Incident Tracker master incident updateITMasterIncidentsUpdateAdmin, ViewerEdit an incident record.
Incident Tracker permission addITMasterIncidentPermissionsAddAdminGrant a user or group access to an incident.
Incident Tracker permission removeITMasterIncidentPermissionsRemoveAdminRevoke access to an incident.
Incident Tracker permission updateITMasterIncidentPermissionsUpdateAdminChange a user's or group's access to an incident.

Incident Content

Friendly NameInternal KeyDefault GroupsDescription
Incident Tracker details addITAttributeAddAdmin, ViewerAdd detail fields to an incident.
Incident Tracker details removalITAttributeRemoveAdminRemove an incident's detail fields.
Incident Tracker details updateITAttributeUpdateAdmin, ViewerChange an incident's detail fields.
Incident Tracker comment addITCommentAddAdmin, ViewerAdd a comment to an incident.
Incident Tracker comment removalITCommentRemoveAdminDelete an incident comment.
Incident Tracker comment updateITCommentUpdateAdminEdit an incident comment.
Incident Tracker attachment addITAttachmentAddAdmin, ViewerAttach a file to an incident.
Incident Tracker attachment removalITAttachmentRemoveAdminRemove an incident attachment.
Incident Tracker attachment updateITAttachmentUpdateAdmin, ViewerUpdate an incident attachment.
Incident Tracker media addITMediaAddAdmin, ViewerAdd media (images or video) to an incident.
Incident Tracker media removalITMediaRemoveAdminRemove incident media.
Incident Tracker media updatingITMediaUpdateAdmin, ViewerUpdate incident media.

People

Friendly NameInternal KeyDefault GroupsDescription
ITPersonAddITPersonAddAdmin, ViewerAdd a person of interest to Incident Tracker.
ITPersonCaseAssociationAddITPersonCaseAssociationAddAdmin, ViewerAssociate a person with an incident / case.
ITPersonRemoveITPersonRemoveAdminDelete a person of interest.
ITPersonUpdateITPersonUpdateAdminEdit a person of interest.

Configuration & Lookups

Friendly NameInternal KeyDefault GroupsDescription
Incident Tracker incident type addITTypeAddAdminCreate incident types (categories).
Incident Tracker incident type removalITTypeRemoveAdminDelete an incident type.
Incident Tracker incident type updateITTypeUpdateAdminEdit an incident type.
ITLocationAddITLocationAddAdminCreate incident locations.
ITLocationRemoveITLocationRemoveAdminDelete an incident location.
ITLocationUpdateITLocationUpdateAdminEdit an incident location.
ITResolutionAddITResolutionAddAdminCreate incident resolution options.
ITResolutionRemoveITResolutionRemoveAdminDelete an incident resolution option.
ITResolutionUpdateITResolutionUpdateAdminEdit an incident resolution option.
ITActivityStatusAddITActivityStatusAddAdminCreate incident activity statuses.
ITActivityStatusRemoveITActivityStatusRemoveAdminDelete an incident activity status.
ITActivityStatusUpdateITActivityStatusUpdateAdminEdit an incident activity status.
ITActivityActionAddITActivityActionAddAdmin, ViewerAdd an activity action to an incident.
ITActivityActionRemoveITActivityActionRemoveAdminRemove any activity action from an incident.
ITActivityActionRemoveOwnITActivityActionRemoveOwnAdmin, ViewerRemove your own activity actions from an incident.
Incident Tracker server addITServerAddAdminRegister an Incident Tracker server.
Incident Tracker server removalITServerRemoveAdminRemove an Incident Tracker server.
Incident Tracker server updateITServerUpdateAdminUpdate an Incident Tracker server.

Saved Queries

Friendly NameInternal KeyDefault GroupsDescription
ITPersonCaseAssociationRemoveITPersonCaseAssociationRemoveAdmin, ViewerRemove a person from an incident / case.
ITQueryRemoveITQueryRemoveAdminDelete any shared Incident Tracker query.
ITQueryRemoveOwnITQueryRemoveOwnAdmin, ViewerDelete Incident Tracker queries owned by the current user.
ITQuerySaveITQuerySaveAdmin, ViewerSave shared Incident Tracker queries for the group.
ITQuerySaveOwnITQuerySaveOwnAdmin, ViewerSave Incident Tracker queries owned by the current user.

Casino Connect

Keys for the Casino Connect product — patrons (entities), bet sessions, journals, and related reference data.

Entities & Groups

Friendly NameInternal KeyDefault GroupsDescription
Casino connect entity addCasinoConnectEntityAddAdmin, ServiceOnlyAdd a Casino Connect entity (patron / player record).
Casino connect entity removeCasinoConnectEntityRemoveAdmin, ServiceOnlyRemove a Casino Connect entity.
Casino connect entity updateCasinoConnectEntityUpdateAdmin, ServiceOnlyUpdate a Casino Connect entity.
Patron Bet Defaults OverridePatron Bet Defaults OverrideAdminOverride the default bet parameters for a patron.
Casino connect entity attribute addCasinoConnectEntityAttributeAddAdmin, ServiceOnlyAdd attributes to a Casino Connect entity.
Casino connect entity attribute removeCasinoConnectEntityAttributeRemoveAdmin, ServiceOnlyRemove Casino Connect entity attributes.
Casino connect entity attribute updateCasinoConnectEntityAttributeUpdateAdmin, ServiceOnlyUpdate Casino Connect entity attributes.
Entity Group AddCasinoConnectEntityGroupAddAdmin, ServiceOnlyCreate a Casino Connect entity group.
Entity Group AssociateCasinoConnectEntityGroupAssociateAdmin, ServiceOnlyAdd an entity to a Casino Connect entity group.
Entity Group DeassociateCasinoConnectEntityGroupDeAssociateAdmin, ServiceOnlyRemove an entity from a Casino Connect entity group.
Entity Group RemoveCasinoConnectEntityGroupRemoveAdmin, ServiceOnlyRemove a Casino Connect entity group.
Entity Group UpdateCasinoConnectEntityGroupUpdateAdmin, ServiceOnlyUpdate a Casino Connect entity group.

Bet Sessions

Friendly NameInternal KeyDefault GroupsDescription
Bet Session Location AddCasinoConnectBetLocationAddAdmin, ServiceOnlyAdd a bet session location (table or area).
Bet Session Location RemoveCasinoConnectBetLocationRemoveAdminRemove a bet session location.
Bet Session Location UpdateCasinoConnectBetLocationUpdateAdmin, ServiceOnlyUpdate a bet session location.
Bet Session AddCasinoConnectBetSessionAddAdmin, Viewer, ServiceOnlyCreate a bet session (a patron's rated play).
CasinoConnectBetSessionRecalculateCasinoConnectBetSessionRecalculateAdminRecalculate the totals and ratings of a bet session.
Bet Session RemoveCasinoConnectBetSessionRemoveAdminDelete any bet session.
Bet Session Remove OwnCasinoConnectBetSessionRemoveOwnAdmin, Viewer, ServiceOnlyDelete bet sessions you created.
Bet Session UpdateCasinoConnectBetSessionUpdateAdmin, ServiceOnlyUpdate any bet session.
Bet Session Update OwnCasinoConnectBetSessionUpdateOwnAdmin, Viewer, ServiceOnlyUpdate bet sessions you created.

Journals & Records

Friendly NameInternal KeyDefault GroupsDescription
Casino connect journal event addCasinoConnectJournalEventAddServiceOnlyRecord Casino Connect journal events (service accounts).
Casino connect journal event removeCasinoConnectJournalEventRemoveServiceOnlyRemove Casino Connect journal events.
Casino connect journal event updateCasinoConnectJournalEventUpdateServiceOnlyUpdate Casino Connect journal events.
Casino connect journal query removeCasinoConnectJournalQueryRemoveAdminDelete any shared journal query.
Casino connect journal query remove ownCasinoConnectJournalQueryRemoveOwnAdmin, ViewerDelete journal queries owned by the current user.
Casino connect journal query saveCasinoConnectJournalQuerySaveAdmin, ViewerSave shared Casino Connect journal queries for the group.
Casino connect journal query save ownCasinoConnectJournalQuerySaveOwnAdmin, ViewerSave journal queries owned by the current user.
CasinoConnectCountdownAddCasinoConnectCountdownAddServiceOnlyAdd a Casino Connect countdown record (service accounts).
CasinoConnectCountdownRemoveCasinoConnectCountdownRemoveServiceOnlyRemove a Casino Connect countdown record.
Casino connect tito record saveCasinoConnectTitoRecordsSaveServiceOnlySave TITO (ticket-in / ticket-out) records (service accounts).
CasinoConnectRouletteRecordsSaveCasinoConnectRouletteRecordsSaveServiceOnlySave roulette game records (service accounts).
Currency RemoveCasinoConnectCurrencyRemoveServiceOnlyRemove currency count records.
Currency SaveCasinoConnectCurrencySaveServiceOnlySave currency count records (service accounts).

Reference Data

Friendly NameInternal KeyDefault GroupsDescription
Game Type AddCasinoConnectGameNameAddAdmin, ServiceOnlyAdd a Casino Connect game type / name.
Game Type RemoveCasinoConnectGameNamesRemoveAdminRemove a Casino Connect game type / name.
Game Type UpdateCasinoConnectGameNamesUpdateAdminUpdate a Casino Connect game type / name.
CasinoPhotoAddCasinoPhotoAddAdmin, ServiceOnlyAdd a patron photo.
CasinoPhotoRemoveCasinoPhotoRemoveAdmin, ServiceOnlyRemove a patron photo.
CasinoPhotoUpdateCasinoPhotoUpdateAdmin, ServiceOnlyUpdate a patron photo.
CasinoBlackjackTipsAddCasinoBlackjackTipsAddAdminAdd blackjack strategy tips.
CasinoBlackjackTipsRemoveCasinoBlackjackTipsRemoveAdminRemove blackjack strategy tips.
CasinoBlackjackTipsUpdateCasinoBlackjackTipsUpdateAdminUpdate blackjack strategy tips.

Sensitive

Sensitive data. Not granted to any default group — must be added explicitly to a permission group.

Friendly NameInternal KeyDefault GroupsDescription
Live ShoeCasinoLiveShoeSensitiveDataView live shoe (card-count) information. Sensitive — not granted to any default group.

Casino Baccarat

Keys for the Casino Baccarat product — tables, event/wager logs, and saved queries. Several side-bet keys are sensitive and are not part of any default group.

Friendly NameInternal KeyDefault GroupsDescription
Baccarat Dragon 7BaccaratDragon7SensitiveDataView baccarat Dragon 7 side-bet data. Sensitive.
Baccarat Dragon BonusBaccaratDragonBonusSensitiveDataView baccarat Dragon Bonus side-bet data. Sensitive.
Baccarat Live RevealBaccaratLiveRevealReveal live baccarat outcomes. Highly sensitive — belongs to no default group and must be granted explicitly.
Baccarat Pair ProbabilityBaccaratPairProbabilitySensitiveDataView baccarat pair-probability data. Sensitive.
Baccarat Panda 8BaccaratPanda8SensitiveDataView baccarat Panda 8 side-bet data. Sensitive.
Baccarat table addBaccaratTableAddAdmin, ServiceOnlyAdd a baccarat table.
Baccarat table removalBaccaratTableRemoveAdmin, ServiceOnlyRemove a baccarat table.
Baccarat table updateBaccaratTableUpdateAdmin, ServiceOnlyUpdate a baccarat table.
Baccarat event log addBaccaratLogAddServiceOnlyRecord baccarat event logs (service accounts).
Baccarat event log removeBaccaratLogRemoveServiceOnlyRemove baccarat event logs.
Baccarat wager addBaccaratWagerAddServiceOnlyRecord baccarat wagers (service accounts).
Baccarat wager removalBaccaratWagerRemoveServiceOnlyRemove baccarat wagers.
Baccarat Query RemoveCasinoBaccaratQueryRemoveAdminDelete any shared baccarat query.
Baccarat Query Remove OwnCasinoBaccaratQueryRemoveOwnAdmin, ViewerDelete baccarat queries owned by the current user.
Baccarat Query SaveCasinoBaccaratQuerySaveAdmin, ViewerSave shared baccarat queries for the group.
Baccarat Query Save OwnCasinoBaccaratQuerySaveOwnAdmin, ViewerSave baccarat queries owned by the current user.

Administrative & High-Level Keys

These keys are not part of any default permission group and are rarely visible to ordinary operators. They govern system-wide and reseller-level actions — registering plugins, creating or switching user groups, and managing resellers. They must be granted explicitly, and most customers will never see or need them.

Friendly NameInternal KeyDefault GroupsDescription
Plugin addPluginAddRegister a new plugin / product module in the system.
Plugin get database connection stringPluginGetConnectionStringRead a plugin's database connection string.
Plugin removalPluginRemoveRemove a registered plugin from the system.
Plugin set database connection stringPluginSetConnectionStringSet a plugin's database connection string.
Plugin updatePluginUpdateUpdate a registered plugin definition.
Plugin instance creationPluginInstanceCreateCreate a new instance of an installed plugin.
Plugin instance removalPluginInstanceRemoveRemove a plugin instance.
Plugin instance updatePluginInstanceUpdateUpdate a plugin instance.
Plugin service location savePluginServiceSaveSet the service location (endpoint) for a plugin.
Reseller creationResellerCreateCreate a new reseller organization.
Reseller removalResellerRemoveRemove a reseller organization.
Reseller can view other resellersResellersViewOthersView resellers other than your own.
Reseller updateResellerUpdateUpdate a reseller organization.
User group creationUserGroupCreateCreate a new user group (top-level site / tenant grouping).
User group removalUserGroupRemoveRemove a user group.
User group updateUserGroupUpdateUpdate a user group.
User Group ChangeChangeSessionUserGroupIDSwitch the active session to a different user group.

See also

  • Adding Users — how to assign a permission group to a user.