get https://api.whippy.co/v1/users
List Users in the current organization with applicable filters.
Optionally,offset
and limit
can be specified to control pagination.
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 returnoffset
- sets the number of records to skip
Callback