JJCSA / backend

0 stars 1 forks source link

Create list user API to list the all the user based on UserType(Admin/SuperAdmin),Status #15

Closed dishanks9 closed 3 years ago

dishanks9 commented 4 years ago

List Users API This API will fetch a list of all the users based on the status (By default it will be pending). Admin will have functionality to select status and fetch list of users based on the Status. Based on the user type(Admin/Super Admin) data will be displayed on the Admin panel.

Input will be :- RequesterId, UserType(Admin/SuperAdmin),Status (? - Still need to think) Output will be :-List User Object

the-karanshah commented 4 years ago

I have pushed the code to getuserapi branch which I was worked on. Since I was using my temp. POJOs earlier, I found it difficult to change the code with POJOs given in recent pull request given the complexity.