User's rights
Each application can contain a set of permissions that allow the administrator to allow or deny individual users access to individual Retailys features and specific applications.
Action
Value
[
'name' => 'System.Channels',
'crud' => 10,
],'rights' => [
[
'name' => 'System.Channels',
'crud' => 2,
],
[
'name' => 'System.Content',
'crud' => 46,
],
[
'name' => 'System.Settings.Companies',
'crud' => 2,
],
[
'name' => 'System.Settings.Stores',
'crud' => 2,
],
[
'name' => 'System.Orders',
'crud' => 46,
],
],System
System.Channels
System.Content
System.People
System.Orders
System.Orders.Overview
System.Orders.Notifications
System.Orders.Statuses
System.Marketing
System.Invoices
System.Settings
System.Settings.Companies
System.Settings.Stores
Last updated
Was this helpful?