v1
latestOpenAPI 3.0.32026-08-061874701.5 MBgroups
Add group
Creates a new group.
This operation is only available to group administrators and system administrators.
post/groups
Request body
Example request
{
"name": "API-created group",
"description": "Group created via API",
"members": [
{
"email": "john.doe@smartsheet.com"
}
]
}Response
Result object, containing a Group object for the newly created group
Example response
{
"message": "SUCCESS",
"result": {
"id": 4583173393803140,
"name": "Group 1",
"description": "My group",
"owner": "john.doe@smartsheet.com",
"ownerId": 2331373580117892
}
}