{ "result": { "status": "success", "message": "Organization(s) retrieved successfully.", "data": [ { "id": "yourOrganizationId", "organizationName": "Your Organization Name", "disabled": false, // other metadata fields may be included here } // ... more organizations if multiple were retrieved ] }}
{ "result": { "status": "success", "message": "Organization(s) retrieved successfully.", "data": [ { "id": "yourOrganizationId", "organizationName": "Your Organization Name", "disabled": false, // other metadata fields may be included here } // ... more organizations if multiple were retrieved ] }}
Use this API to retrieve specific organizations by organization IDs.
{ "result": { "status": "success", "message": "Organization(s) retrieved successfully.", "data": [ { "id": "yourOrganizationId", "organizationName": "Your Organization Name", "disabled": false, // other metadata fields may be included here } // ... more organizations if multiple were retrieved ] }}
{ "result": { "status": "success", "message": "Organization(s) retrieved successfully.", "data": [ { "id": "yourOrganizationId", "organizationName": "Your Organization Name", "disabled": false, // other metadata fields may be included here } // ... more organizations if multiple were retrieved ] }}