get
https://api.whippy.co/v1/users
List Users in the current organization with applicable filters.
Supports two pagination methods. Cursor-based (cursor/limit) is stable and performant on large
datasets; it is triggered automatically when a cursor parameter is provided, and cursor and offset
cannot be combined. Offset-based (offset/limit) is also supported. Both methods return a
metadata object with a next_cursor field — pass it back as cursor to fetch the next page; when
next_cursor is null, there are no more results. Filters are not encoded in the cursor, so include them
on every request.
Params/Filters for searching users are:
name- search by name, case insensitive, partial matchemail- search by email, case insensitive, complete matchphone- search by phone number, complete matchrole- search by role, case insensitive, complete matchstate- search by state, case insensitive, complete matchlimit- sets the number of records to returncursor- cursor for keyset pagination (use the next_cursor from the previous response)offset- sets the number of records to skip (cannot be combined with cursor)
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Callback
