Users
List Users
List all users from Firestore that belong to the authenticated business.
Important: Only returns users whose IDs are in the business's user_ids array.
No pagination, filtering, or sorting - returns all users for the business.
Response:
- items: Array of user objects
- total: Total number of users in the business
Example: /api/v1/users
get/api/v1/users
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.