Approves community membership requests from users.
psadmin approve-community-users --adminuser uid [--passwordfile password-filename] --portal portal-ID --name community-name [--user user-DN] [--users userDN-list] [--search search-pattern] [--dryrun]
psadmin approve-community-users -u uid [-f password-filename] -p portal-ID -N community-name [-y userDN] [-Y userDN-list] [-s search-pattern] [-n]
The following options are required:
Specifies the administrator's distinguished name.
Specifies the portal.
Specifies the name of the community.
The following option is optional:
Specifies the administrator's password in a temporary password file. The password file is used to fetch and present password for authentication.
Specifies the distinguished name of the user.
Specifies the distinguished name of a list of users.
Specifies a pattern to search for distinguished name of users. The search pattern is a regular expression for directory node search.
Performs a dry run, typically, for testing the search pattern.