Octeth Training Center
Octeth Training Center
Sub Admin Accounts

Sub Admin Accounts

Getting started

What’s NewWhat’s NewRoadmapRoadmapOcteth Training ProgramOcteth Training Program

Installation & Setup

RequirementsRequirementsArchitectureArchitectureServer SetupServer SetupOempro InstallationOempro InstallationCommunity Edition InstallCommunity Edition InstallSSL CertificatesSSL CertificatesVersion UpgradeVersion UpgradeTroubleshootingTroubleshooting

Video Tutorials

Video TutorialsVideo Tutorials

Administration

Quick WalkthroughQuick WalkthroughSecuritySecuritySub Admin AccountsSub Admin AccountsSettingsSettingsDelivery ServersDelivery ServersGlobal SegmentsGlobal SegmentsGlobal Custom FieldsGlobal Custom FieldsBounce ProcessingBounce ProcessingSpam ComplaintsSpam ComplaintsSuppression ListSuppression ListPlug-InsPlug-InsDelivery ReportDelivery ReportUser ManagementUser ManagementMaintenanceMaintenance

Audience Management

IntroductionIntroductionSubscriber ListsSubscriber ListsCustom FieldsCustom FieldsSegmentsSegmentsSubscribersSubscribersWebhooksWebhooksWebsite Event TrackingWebsite Event Tracking

Email Marketing

IntroductionIntroductionAuto RespondersAuto RespondersEmail CampaignsEmail CampaignsSender Domain Man.Sender Domain Man.Journeys (Automation)Journeys (Automation)Bounce ProcessingBounce ProcessingEmail PersonalizationEmail PersonalizationFBL ProcessingFBL ProcessingEmail Builder IntegrationsEmail Builder IntegrationsEmail DeliverabilityEmail DeliverabilitySender Domain ManagementSender Domain Management

Plug-Ins & Add-Ons

AI Plug-InAI Plug-InRSS Plug-InRSS Plug-InBounce Catcher Add-OnBounce Catcher Add-OnLink Proxy Add-OnLink Proxy Add-On

Developers

IntroductionIntroductionSingle Sign OnSingle Sign OnAPIAPIPlug-In DevelopmentPlug-In DevelopmentDatabaseDatabase

Advanced

Reverse ProxyReverse ProxyCookbookCookbook

Help

TroubleshootingTroubleshootingContact UsContact Us

Sub Admin Accounts

ℹ️
This feature is available in Octeth v5.0.2 and higher versions.

As the system owner, you may want to give limited access to your team members to access the administrator area and manage specific assets (such as users, user groups, or system settings).

This can be easily done with the help of sub-admin accounts.

After logging into the administrator area, click “Settings” on the top menu and then click “Sub-Admin Accounts” link on the left side menu:

image

In order to create a new sub-admin account, click “Create a sub admin account” link on the toolbar.

Enter the name, email address, username and password of the team member you would like to give access to.

Under “Permissions” tab, setup the sub admin account access permissions:

image

If you want to limit the sub admin account accessing only users of specific user groups, enter the user group ID numbers separated by comma in AccessAllowedUserGroupIDs. On the screenshot above, you can see that the sub admin account can only access user group ID 2 and 5 user accounts. If you don’t want to limit the sub admin account for specific user groups, simply keep it empty:

...
"AccessAllowedUserGroupIDs": [],
...

Inside AccessOptions parameter, you can define the access permissions. Only those granted sections will be accessible and other sections will not be accessible by the sub admin user account. You can add as many access permissions as you need.

Below, you can find the list of access scopes:

Dashboard
DeliveryServers
Settings
Admin.Footer
Admin.Dashboard.Links
UserGroups
Users
User.Browse
User.Delete
User.Update
User.Create
User.Edit
User.Impersonate
User.Activity
User.PaymentHistory
System
Account
Bounce
Email
Reports
Processes
Search
Security
SMS
SuperAuth
Suppression
Upgrade
SubAdmins
PluginAccess

Example Permission Configuration:

The sub admin account can only view the list of users of the user group #1 and #2 and edit users.

{
  "AccessAllowedUserGroupIDs": [1, 2],
  "AccessOptions": [
    "Users",
    "User.Browse",
    "User.Edit"
  ]
}

Example Permission Configuration:

The sub admin account can view all users and impersonate on them.

{
  "AccessAllowedUserGroupIDs": [],
  "AccessOptions": [
    "Users",
    "User.Browse",
    "User.Edit",
		"User.Impersonate"
  ]
}

On this page

  • Sub Admin Accounts
  • Example Permission Configuration:
  • Example Permission Configuration:
💠
image

Homepage Customer Area Community Portal Contact Us

Footer Social Icons

©Copyright Octeth, Inc. All rights reserved.