List users
Lists all the users in the project. By default, only fully onboarded users are returned. Restricted users (those who haven’t completed onboarding requirements like email verification) are included if include_restricted is set to true. Anonymous users are included if include_anonymous is set to true (which also includes restricted users).
Documentation Index
Fetch the complete documentation index at: https://docs.hexclave.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Only return users who are members of the given team
The maximum number of items to return
The cursor to start the result set from.
The field to sort the results by. Defaults to signed_up_at
signed_up_at, last_active_at Whether to sort the results in descending order. Defaults to false
true, false A search query to filter the results by. This is a free-text search that is applied to the user's id (exact-match only), display name and primary email.
Whether to include anonymous users in the results. When true, also includes restricted users. Defaults to false
true, false Whether to return only anonymous users. When true, implies include_anonymous=true. Defaults to false
true, false Whether to include restricted users in the results. Defaults to false
true, false