organization list
Returns a list of the names of all members of an organization. The syntax is:
organization list organization_name_list [-simplename]
Options
-simplename Used with the catalog operation, returns a list of organization names in the registry without prepending the cell name.
Description The organization list operation returns a list of the names of all members of an organization. The list operation takes no arguments. By default,
fully qualified names are returned in the form cellname/organizationname. If the -simplename option is given, then the cell name is not prepended to the front of the organization
names. Names are returned in lexical order.
Privileges Required You must have r (read) permission to the organization.
Examples
dcecp> organization list managers /.../my_cell.goodcompany.com/W_Ward /.../my_cell.goodcompany.com/L_Jones /.../my_cell.goodcompany.com/S_Preska
/.../my_cell.goodcompany.com/S_Rohrer /.../my_cell.goodcompany.com/J_Wanders /.../my_cell.goodcompany.com/K_Parsons dcecp>
dcecp> organization list {managers users} /.../my_cell.goodcompany.com/W_Ward /.../my_cell.goodcompany.com/L_Jones
/.../my_cell.goodcompany.com/S_Preska /.../my_cell.goodcompany.com/S_Rohrer /.../my_cell.goodcompany.com/J_Wanders
/.../my_cell.goodcompany.com/W_Ross /.../my_cell.goodcompany.com/J_Severance /.../my_cell.goodcompany.com/J_Hunter
/.../my_cell.goodcompany.com/B_Carr /.../my_cell.goodcompany.com/E_Vliet /.../my_cell.goodcompany.com/J_Egan /.../my_cell.goodcompany.com/F_Willis
dcecp>
|