Added an API that fetches all the admins#1774
Added an API that fetches all the admins#1774ntrehan wants to merge 1 commit intohackforla:developmentfrom
Conversation
|
@ntrehan, if possible can you provide some info on how to test this in the backend? Thanks! |
Hey @vorleakyek Step 1. Building the API address That means that to hit our specific api we will have to call So the end point for the API would become Step 2: Getting authenticated To get the value of this header
Copy this value and add to the headers in the request Your Request would become Please not that you would need to replace custom-header-here with your own header you find from the other request |
|
@ntrehan, thanks for the details testing information. It's very helpful! |
|
PR has been added to user_permissions_search feature branch! |


Fixes #1770
What changes did you make and why did you make them ?