itglue_update_organization
Modify organization details in IT Glue by updating name, status, type, description, notes, or alerts using the organization ID.
Instructions
Update an existing organization in IT Glue.
Args:
id (string|number): Organization ID (required)
name (string): Organization name
organization_type_id (number): Organization type ID
organization_status_id (number): Organization status ID
short_name (string): Short name
description (string): Description
quick_notes (string): Quick notes
alert (string|null): Alert message (null to clear)
response_format (string): 'markdown' or 'json'
Returns: The updated organization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the resource | |
| name | No | Organization name | |
| organization_type_id | No | Organization type ID | |
| organization_status_id | No | Organization status ID | |
| short_name | No | Short name for the organization | |
| description | No | Organization description | |
| quick_notes | No | Quick notes about the organization | |
| alert | No | Alert message to display (set to null to clear) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |