Forum Discussion

VeraGrubor's avatar
VeraGrubor
Qrew Member
7 years ago

Is it possible to get all app users from QuickBase API?

Is there an endpoint to get all users from app?
There is one to get the user if we have his email, or user by role... or users in group. But I couldn't find GET all users

2 Replies

  • So, it's been 3 years since this was first asked.  Any chance of adding an API_GetUsers method, or allow API_DoQuery to query against the application itself, instead of returning this error:

    > This operation is only supported on individual tables and not on the application itself. Please check the URL.

    • AustinK's avatar
      AustinK
      Qrew Commander
      Does the API_UserRoles call not work for this? Need more specific information beyond user id, name, and role and role id? Just not formatted correctly?

      Another option may be to use the API_GetUsersInGroup. This returns name, email, and if they are an admin or not. If you were to add all new or active users to a group this may work for you as well.

      I know those are not full solutions but they might get you somewhere. You can keep an eye on the new RESTful API and see if they end up adding something better. https://developer.quickbase.com/