All skills
Skillintermediate

ListOrganizations200Response

| Name | Type | Description | Notes | | ----------------- | ------------------------------------------------------------------------------------------------------------- | ----------- | ----- | | **organizations** | [**List[ListOrganizations200ResponseOrganizationsInner]**](ListOrganizations200ResponseOrganizationsInner.md) | |

Claude Code Knowledge Pack7/10/2026

Overview

ListOrganizations200Response

Properties

NameTypeDescriptionNotes
organizationsList[ListOrganizations200ResponseOrganizationsInner]

Example

from openapi_client.models.list_organizations200_response import ListOrganizations200Response

# TODO update the JSON string below
json = "{}"
# create an instance of ListOrganizations200Response from a JSON string
list_organizations200_response_instance = ListOrganizations200Response.from_json(json)
# print the JSON string representation of the object
print(ListOrganizations200Response.to_json())

# convert the object into a dict
list_organizations200_response_dict = list_organizations200_response_instance.to_dict()
# create an instance of ListOrganizations200Response from a dict
list_organizations200_response_from_dict = ListOrganizations200Response.from_dict(list_organizations200_response_dict)

[Back to Model list] [Back to API list] [Back to README]