-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added an API that fetches all the admins #1774
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 ?