cldkctl_superadmin_org_detail
Retrieve detailed organization information by submitting the organization ID using the cldkctl_superadmin_org_detail endpoint on the MCP cldkctl Server.
Instructions
Call the cldkctl_superadmin_org_detail endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
organization_id | Yes | Organization ID |
Input Schema (JSON Schema)
{
"properties": {
"organization_id": {
"description": "Organization ID",
"type": "string"
}
},
"required": [
"organization_id"
],
"type": "object"
}