get https://api.frontegg.com/identity/resources/users/v2
This route gets all users for a tenant. Send the tenant’s id in the frontegg-tenant-id
header to declare which tenant. Optionally, use the query params to filter and organize the results. There's a limit of 200 users. You can use the _offset query param to get the following 200. For example: ?_limit=200&_offset=0 returns users 1-200, ?_limit=200&_offset=1 returns users 201-400