Actions

Toolpack:Creating Users F: Difference between revisions

No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
|-
|-
|SBC
|SBC
|3.1
|3.1, 3.3
|}
|}


Line 42: Line 42:
* [[Parameter: Email|Email]]
* [[Parameter: Email|Email]]
* [[Parameter: User Group|User Group]]
* [[Parameter: User Group|User Group]]
==How to Create/Update User with Restful API==


== How to Create/Update a route with Restful API ==
== How to Create/Update a route with Restful API ==

Latest revision as of 14:42, 19 June 2024

This article applies to: Product Version
SBC 3.1, 3.3

One or more users can be created and given access, which was previously defined by user groups. A user is given a name, a password, and assigned to a user group.

To create a user:

1- Click Web Users in the navigation panel.



2- Select the Web Users tab and click Create New Web User.



3- Assign the following to the user:

  • Name
  • Password
  • User Group


4- Click Create.

List of Parameters

How to Create/Update a route with Restful API

You can find how to create/modify a user with Restful API in the following link:

Creating/Updating a User with Restful API