Open-Assistant
Open-Assistant copied to clipboard
Endpoint to list frontend users
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)
I need to clarify a few questions:
- What are the bounds of
max_count? - What fields should endpoint return?
- Do we need to pass
api_client_idto the endpoint as it was done in #539?