v1
latestOpenAPI 3.0.32026-08-061874701.5 MBgroups
Get group
Gets information about an array of Group Members for the group specified in the URL.
get/groups/{groupId}
Response
Group object that includes the list of GroupMember objects
Example response
{
"id": 4583173393803140,
"name": "Group 1",
"description": "My group",
"owner": "john.doe@smartsheet.com",
"ownerId": 2331373580117892,
"members": [
{
"id": 2331373580117892,
"email": "john.doe@smartsheet.com",
"firstName": "John",
"lastName": "Doe",
"name": "John Doe"
}
]
}