Previous Topic: User ManagementNext Topic: info (User Management)--Show a User's Profile


list (User Management)--Show List of Users

List users in the grid controller's local directory service. Only users with login permission on the grid ACL are listed.

Syntax
user list [ --local ] [ --batch ] [ --extended ]  
Parameters
--local

List local users only.

--batch

Display output in UDL format.

--extended

Include users which do not have login permission on the grid ACL in the output.

Examples
user list

Show a list of users.

Typical Output

The output of this command is as follows:


Non-batch output


Login Name        User ID                    Scope    Real Name    Login Enabled
--------------------------------------------------------------------------------
val               val                        val      val          val
...

The value of Scope is local. The value of Login Enabled is yes or no

Batch output


user:  loginname="val", id="val", scope="val", realname="val", loginenabled="val"
...

The value of loginenabled is 1 or 0.
Notes:

Global groups are not yet supported on CA AppLogic for System z®. “User list –global” will always return an empty list.