List / Find Users
Returns a paginated list of users who are members of your organization. Use this endpoint to sync volunteer records into an external system, or to search for specific users by name or email before creating or updating them. Results are scoped to your organization — users in other organizations are not returned.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number (if paging results).
A name, or part of a name, to search for. This searches both the first and last name.
An email address, or part of an address, to search for.
Date the User account was created on or before.
Date the User account was created on or after
Date the user was updated on or before.
Date the user was updated on or after
Response
Returns the paginated list of users who are members of your organization. The response includes pagination links and meta fields to navigate additional pages.