---
title: groupOfEntries
description: This object class is like the standard groupOfNames object class, except that the member attribute is optional, making it possible to have an empty group.
component: pingds
version: 8.1
page_id: pingds:schemaref:oc-groupOfEntries
canonical_url: https://docs.pingidentity.com/pingds/8.1/schemaref/oc-groupOfEntries.html
---

# groupOfEntries

This object class is like the standard `groupOfNames` object class, except that the `member` attribute is optional, making it possible to have an empty group.

**Note** The default schema defines `groupOfNames` as if it were `groupOfEntries`, making it possible to have an empty group. This is a deviation from the standard definition.

Use this object class **only for group entries**. Directory servers cache group entries based on their object class; adding this object class to non-group entries fills the group cache with spurious entries. This hurts overall group-related performance and performance for the non-group entries incorrectly identified as groups.

|                       |                                                                                                                                                                                                  |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| *OID*                 | 1.2.826.0.1.3458854.2.1.1                                                                                                                                                                        |
| *Names*               | groupOfEntries                                                                                                                                                                                   |
| *Superior classes*    | [top](oc-top.html)                                                                                                                                                                               |
| *Class type*          | STRUCTURAL: for structural specification of the DIT. Entries have only one structural object class superclass chain.                                                                             |
| *Required attributes* | [cn](at-cn.html), [objectClass](at-objectClass.html)                                                                                                                                             |
| *Optional attributes* | [businessCategory](at-businessCategory.html), [description](at-description.html), [member](at-member.html), [o](at-o.html), [ou](at-ou.html), [owner](at-owner.html), [seeAlso](at-seeAlso.html) |
| *Origin*              | [draft-findlay-ldap-groupofentries](https://datatracker.ietf.org/doc/html/draft-findlay-ldap-groupofentries)                                                                                     |
| *Schema file*         | 00-core.ldif                                                                                                                                                                                     |
