v1

latestOpenAPI 3.0.32026-08-061874701.5 MB
groups

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

idnumber

Group ID.

namestring

Group name.

descriptionstring

Group description.

ownerstring email

Group owner’s email address.

ownerIdnumber

Group owner's user ID.

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"
    }
  ]
}