This endpoint returns users who have current or historical shared workspace access with the user who the API key belongs to.
Requests to FloQast's API must be authenticated using an API key. The API key must be included in the x-api-key
header of each request and can be generated in the FloQast application. The key should also have the correct permissions to access the API endpoints you are using. Directions to generate an API key
curl -i -X GET \
'https://developer.floqast.app/_mock/content/api-reference/openapi/api/v1/users?allowRedirect=true&page%5Bcursor%5D=5e94d5b63f557b001420bbe3&page%5Bsize%5D=100' \
-H 'x-api-key: YOUR_API_KEY_HERE'
{ "data": [ { … } ], "links": { "self": "/api/v1/users&page[size]=100&page[cursor]=5e94d5b63f557b001420bbe3", "next": "/api/v1/users?page[size]=100&page[cursor]=63b88f2cb1f05200179e7857" } }