telepat-api
telepat-api copied to clipboard
Endpoint to retrieve list of admins of an application
Would be useful to have an API endpoint where we can see a list of all admins from an application.
- obviously only logged in admins can access this endpoint
-
/admin/list
would be a candidate for an endpoint name - a new function under Application object would be needed, something like Application.getAdmins(appId, callback)