User Management
The collection of APIs allows you to perform various operations related to users. You can get list of users, get details of a particular user, add and delete user, mark users as active or inactive.
| Get Users List | To get a list of users and their details. |
| Get Current User Details | To get the user details of current user. |
| Get User Details | To get the user details of a specific user. |
| Add a User | To add a user. |
| Mark User as Active | To activate a particular user. |
| Mark User as Inactive | To inactivate a particular user. |
| Delete User | To delete a particular user. |