get
https://api.skovik.com/v1/users
Returns a list of all users.
This endpoint is typically used to enumerate all users. It can also be used with filtering query params to return a single user (or a few).
Examples of the latter are filtering on a primary_email, external_identifier or filtering on metadata.
Filtered results
Note that when filtering the data is still returned as an array, but assuming unique values, you can expect a single record (or empty list if no matching users were found).
