Toolpack:Creating User Groups D

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "=== '''''Applies to version v3.1''''' === {{DISPLAYTITLE:Creating User groups}} One or more user groups can be created to define access rights, such as read only, read/write,...")
 
Line 41: Line 41:
  
 
5- Click '''Create'''.
 
5- Click '''Create'''.
 
 
<div class="mw-collapsible mw-collapsed" data-collapsetext="Northbound Interface" data-expandtext="Northbound Interface" style="width: 400px;">
 
 
'''Path'''
 
<pre>
 
/user_groups/@[user_group_name]
 
</pre>
 
 
'''Parameters (text)'''
 
<pre>
 
/user_groups/@[user_group_name]
 
name                  = @[user_group_name]
 
 
/user_groups/@[user_group_name]/authorization_sections
 
1+1                  = "Read"
 
applications          = "Read"
 
audio_prompts        = "Read"
 
backups              = "Read"
 
bits_clock_interfaces = "Read"
 
call_trace            = "Read"
 
cas                  = "Read"
 
clocking              = "Read"
 
configurations        = "Read"
 
file_db              = "Read"
 
gateway              = "Read"
 
h.248                = "Read"
 
hardware_units        = "Read"
 
hosts                = "Read"
 
ip_interfaces        = "Read"
 
isdn                  = "Read"
 
isup                  = "Read"
 
iua                  = "Read"
 
lawful_interception  = "Read"
 
logs                  = "Read"
 
m2pa                  = "Read"
 
m2ua                  = "Read"
 
m3ua                  = "Read"
 
mtp2                  = "Read"
 
mtp3                  = "Read"
 
nap_columns          = "Read"
 
naps                  = "Read"
 
nats                  = "Read"
 
packages_and_licenses = "Read"
 
point_codes          = "Read"
 
profiles              = "Read"
 
radius                = "Read"
 
report                = "Read"
 
routes                = "Read"
 
routesets            = "Read"
 
routing_script        = "Read"
 
sccp                  = "Read"
 
sctp                  = "Read"
 
services              = "Read"
 
sip                  = "Read"
 
statistics            = "Read"
 
status                = "Read"
 
system                = "Read"
 
tcap                  = "Read"
 
tdm_line_interfaces  = "Read"
 
test_call            = "Read"
 
users                = "Read"
 
</pre>
 
 
'''Parameters (json)'''
 
<pre>
 
{
 
  "authorization_sections" : {
 
    "1+1" : "Read",
 
    "applications" : "Read",
 
    "audio_prompts" : "Read",
 
    "backups" : "Read",
 
    "bits_clock_interfaces" : "Read",
 
    "call_trace" : "Read",
 
    "cas" : "Read",
 
    "clocking" : "Read",
 
    "configurations" : "Read",
 
    "file_db" : "Read",
 
    "gateway" : "Read",
 
    "h.248" : "Read",
 
    "hardware_units" : "Read",
 
    "hosts" : "Read",
 
    "ip_interfaces" : "Read",
 
    "isdn" : "Read",
 
    "isup" : "Read",
 
    "iua" : "Read",
 
    "lawful_interception" : "Read",
 
    "logs" : "Read",
 
    "m2pa" : "Read",
 
    "m2ua" : "Read",
 
    "m3ua" : "Read",
 
    "mtp2" : "Read",
 
    "mtp3" : "Read",
 
    "nap_columns" : "Read",
 
    "naps" : "Read",
 
    "nats" : "Read",
 
    "packages_and_licenses" : "Read",
 
    "point_codes" : "Read",
 
    "profiles" : "Read",
 
    "radius" : "Read",
 
    "report" : "Read",
 
    "routes" : "Read",
 
    "routesets" : "Read",
 
    "routing_script" : "Read",
 
    "sccp" : "Read",
 
    "sctp" : "Read",
 
    "services" : "Read",
 
    "sip" : "Read",
 
    "statistics" : "Read",
 
    "status" : "Read",
 
    "system" : "Read",
 
    "tcap" : "Read",
 
    "tdm_line_interfaces" : "Read",
 
    "test_call" : "Read",
 
    "users" : "Read"
 
  },
 
  "name" : @[user_group_name]
 
}
 
</pre>
 
</div>
 

Revision as of 10:01, 24 April 2019

Applies to version v3.1

One or more user groups can be created to define access rights, such as read only, read/write, or no access at all. Access rights can be assigned to all regions of the web portal or to specific areas.


To create a user group:

1- Click Web Users in the navigation panel.


WebUsers Navigation Panel A.png


2- Select the Web User Groups tab and click Create New User Groups, to add a new user group.


Users CreateNewUserGroup B.png


3- Assign a name to the user group in the Name field.


Users AssignNewUserGroup B.png


4- Configure the access for the user group by one of the following two methods:

4a- Select an Authorization type, from the Apply All field , such as:

  • Read
  • Read/Write
  • No access

This will apply the authorization to all regions of the web portal.


4b- Customize authorization and access individually by setting the authorization type in each web portal field.

Users CustomizeNewUserGroup B.png


5- Click Create.

Personal tools