ListOrganizationsResponse
data object[]required
Array [
idstringrequired
Organization ID
namestring
Name of the organization
activeboolean
If set to false, the organization is deactivated
]
ListOrganizationsResponse
{
"data": [
{
"id": "string",
"name": "string",
"active": true
}
]
}