Returns a report of all users in your organization with their group memberships. This endpoint returns all users without pagination and always includes group information. The report can be retrieved in JSON or CSV format by sending specific content-type headers.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Specify the response format. Use 'application/json' for JSON format or 'text/csv' for CSV format.
application/json, text/csv Successful response with a list of organization users and their group memberships.