LISTUSERS

Description

Lists users and groups.

Usage

cm listusers | lu <repserverspec> [--onlyusers] [--onlygroups] [--filter=<str_filter>]

cm listusers | lu <repserverspec> --group=<group_name>

Options

Option / ArgumentDescription
--onlyusersLists only users.
--onlygroupsLists only groups.
--filterLists only users and/or groups that matches the specified filter.
--groupLists only users from a certain group. This option is not compatible with onlyusers, onlygroups, nor filter.
repserverspecRepository server specification. (Use 'cm help objectspec' to learn more about specs.)

Help

Examples

cm lu localhost:8084

(Lists all users in the server.)

cm listusers localhost:8084 --onlyusers --filter=m

(Lists only the users in the server that contains "m".)

cm listusers codice@cloud --group=Administrators

(Lists only the users in the group Administrators in the 'codice@cloud' org.)