0

I'm makind simple ReactJS app, and I use Kinvey for back end as a service. What URL do i need to get all users form Kinvey data?

V.Dimitrov
  • 99
  • 1
  • 5

2 Answers2

2

You can get all users from your application by making GET request to https://baas.kinvey.com/user/APP_KEY/ You will need one of thease

  • Basic headers {"Authorization" : "Basic btoa(username+password)"}
  • Kinvey headers {"Authorization" : "Kinvey authtoken"}
Delyan1914
  • 21
  • 2
  • 5
1

Please also see Kinvey (Android) - I need all users list

You cannot get all users from any front-end app.

Community
  • 1
  • 1
Ivo Janssen
  • 476
  • 3
  • 9