telepat-api icon indicating copy to clipboard operation
telepat-api copied to clipboard

Endpoint to retrieve list of admins of an application

Open Mayhem93 opened this issue 8 years ago • 0 comments

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)

Mayhem93 avatar Feb 17 '17 09:02 Mayhem93