OrganizationsResponse
A union representing the possible return types when querying for Organizations
union OrganizationsResponse =
  | BadRequestError
  | InternalServerError
  | OrganizationsResults
Possible types
OrganizationsResponse.BadRequestError object
Returned when there is an error in the request.
OrganizationsResponse.InternalServerError object
Returned when an error is encountered that is not expected.
OrganizationsResponse.OrganizationsResults object
Represents a page of Organizations
Returned By
organizations query