To determine all members of a dynamic group, issue a search using the base, scope, and filter of the member URL. The set of requested attributes should reflect the attributes desired from the member user entries, or "1.1" if no attributes are needed.

For example, to retrieve the cn and mail attributes from the group described above, use the following search:
Base DN dc=example,dc=com
Scope sub
Filter (employeeType=contractor)
Requested Attributes cn, mail
CAUTION: Note that this search may be expensive if the associated filter is not indexed or if the group contains a large number of members.