get-organization-info
Retrieve enterprise organization details using the specified organization ID to access essential information for management and integration.
Instructions
Retrieves organization information (Enterprise only)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
orgId | Yes | id of the organization |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"orgId": {
"description": "id of the organization",
"type": "string"
}
},
"required": [
"orgId"
],
"type": "object"
}