Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept
enum<string>
default:application/json

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.

data
OrganizationUserWithGroups · object[]