Users
Get, Set, or Delete Information pertaining to Users, corresponding to the Admin Module in iFoundry.
S No. | Category | Name | Method | Description | Link |
1. | Users | ManageUsers | POST | Handles requests to save users to the database | /api/admin/Roles/ManageUsers |
2. | Users | Get All Users | GET | Handles requests to fetch the list of all users. | /api/admin/Users/GetAllUserList |
3. | Users | Get User Info | GET | Handles requests to fetch the User Info. | /api/admin/Users/GetUserInfo |
4. | Users | Delete User | DELETE | Handles requests to delete one or multiple Users | /api/admin/Users/DeleteUser |
5. | Users | Get User for Initiatives | GET | Handles requests to get users assigned for specific initiatives | /api/admin/Users/GetUsersForInitiatives |