query GetGroupList {
  groups {
    id
    displayName
    creationDate
  }
}