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 ListTo get a list of users and their details.
Get Current User DetailsTo get the user details of current user.
Get User DetailsTo get the user details of a specific user.
Add a UserTo add a user.
Mark User as ActiveTo activate a particular user.
Mark User as InactiveTo inactivate a particular user.
Delete UserTo delete a particular user.