Get organization users groups report
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.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Specify the response format. Use 'application/json' for JSON format or 'text/csv' for CSV format.
Available options:
application/json, text/csv Response
Successful response with a list of organization users and their group memberships.
JavaScript