Use this command to view a list of the members of a group.
Purpose
Use the
getMembersOfGroup command
to view a list of the members of a group.
If successful, the
getMembersOfGroup command
returns the type of each member and the associated uniqueNames of
each of the member. For example:
- PersonAccount, uid=dmeyer,cn=users,dc=yourco,dc=com
- Group, cn=groupA,cn=groups,dc=yourco,dc=com
Note: If the Use global security
settings option is selected for the user realm or the Global
federated repositories option is selected as the realm
type for the specified domain, this command is executed on the federated
repository of the admin domain. However, configuration changes that
are performed on the domain are applied to the security domain-specific
configuration.
Syntax
getMembersOfGroup { -uniqueName uniqueName [-securityDomainName domainName] }
Parameters
- -uniqueName uniqueName
- Specifies the unique name value for the group whose members you
want to view. This parameter maps to the uniqueName property in virtual
member manager.
- -securityDomainName domainName
- Specifies the name that uniquely identifies the security domain.
If you do not specify this parameter, the command uses the global
federated repository.
Sample
To find all the members of the operators
group, issue this command:
$AdminTask getMembersOfGroup {-uniqueName cn=operators,cn=users,dc=yourco,dc=com}