v1
latestOpenAPI 3.0.32026-08-061874701.5 MBgroups
Update group
Updates the Group specified in the URL.
This operation is only available to group administrators and system administrators.
put/groups/{groupId}
Request body
Example request
{
"name": "Renamed group",
"description": "Some new description",
"ownerId": 94094820842
}Response
Result object containing the Group object for the updated group
Example response
{
"message": "SUCCESS",
"result": {
"id": 4583173393803140,
"name": "Group 1",
"description": "My group",
"owner": "john.doe@smartsheet.com",
"ownerId": 2331373580117892
}
}