update_group
Modify group details in Freshdesk by specifying the group ID and updated fields. Ideal for managing support team structures and permissions efficiently within the Freshdesk MCP server.
Instructions
Update a group in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
group_fields | Yes | ||
group_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"group_fields": {
"title": "Group Fields",
"type": "object"
},
"group_id": {
"title": "Group Id",
"type": "integer"
}
},
"required": [
"group_id",
"group_fields"
],
"title": "update_groupArguments",
"type": "object"
}