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:
- Get the Information of Current User
- Create New User
- Get User by User ID
- Modify User
- Delete User
- Get the List of Users
- Modify Multiple Found User
- Delete Multiple Found Users
Modifies multiple found user
PATCH /user/all
Get the list of users
GET /user/list
...