Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

There are some types of User. System User is the User login the the system to manage some related modules. Carrier User is the User using the services of DNL. This section is used to list out all the API to manage the user such as Creating User, Modifying User or Deleting User. 

The different options are shown below. For more information, please click the appropriate link:

Create New User

POST  /user/create

Get the information of Current User

GET  /user

Delete User

...

GET  /user/{user_id}

...

PATCH  /user/{user_id}

Delete multiple found users

DELETE  /user/all

 

Panel

On this page:

Table of Contents

Modifies multiple found user

PATCH  /user/all

Get the list of users

GET  /user/list

...