You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 5.6.0 introduces the ability to interact with user accounts from the cli.
6
+
7
+
.. _cli_user_list:
8
+
9
+
user list
10
+
----------
11
+
This command will list all Active users on the account that your user has access to view.
12
+
There is the option to also filter by username
13
+
14
+
15
+
.. _cli_user_detail:
16
+
17
+
user detail <user>
18
+
-------------------
19
+
Gives a variety of details about a specific user. <user> can be a user id, or username. Will always print a basic set of information about the user, but there are a few extra flags to pull in more detailed information.
20
+
21
+
user detail <user> -p, --permissions
22
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23
+
Will list the permissions the user has. To see a list of all possible permissions, or to change a users permissions, see :ref:`cli_user_permissions`
24
+
25
+
user detail <user> -h, --hardware
26
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
27
+
Will list the Hardware and Dedicated Hosts the user is able to access.
28
+
29
+
30
+
user detail <user> -v, --virtual
31
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
32
+
Will list the Virtual Guests the user has access to.
33
+
34
+
user detail <user> -l, --logins
35
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
36
+
Show login history of this user for the last 30 days. IBMId Users will show logins properly, but may not show failed logins.
37
+
38
+
user detail <user> -e, --events
39
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
40
+
Shows things that are logged in the Event_Log service. Logins, reboots, reloads, and other such actions will show up here.
41
+
42
+
.. _cli_user_permissions:
43
+
44
+
user permissions
45
+
----------------
46
+
47
+
Will list off all permission keyNames, along with wich usernames have that permissions.
48
+
49
+
user permissions <user>
50
+
^^^^^^^^^^^^^^^^^^^^^^^
51
+
Will list off all permission keyNames, along with which are assigned to that specific user.
52
+
53
+
.. _cli_user_permissions_edit:
54
+
55
+
user edit-permissions
56
+
---------------------
57
+
Enable or Disable specific permissions. It is possible to set multiple permissions in one command as well.
0 commit comments