Open-Assistant icon indicating copy to clipboard operation
Open-Assistant copied to clipboard

Endpoint to list frontend users

Open olliestanley opened this issue 2 years ago • 1 comments

  • GET /frontend_users/: list users ordered by username, max_count (int, limit), ge (str, optional, >= comparison on username), lt (str, optional, < comparison on username), auth_method (str, optional)

olliestanley avatar Jan 08 '23 12:01 olliestanley

I need to clarify a few questions:

  1. What are the bounds of max_count?
  2. What fields should endpoint return?
  3. Do we need to pass api_client_id to the endpoint as it was done in #539?

Vechtomov avatar Jan 08 '23 21:01 Vechtomov