User Administration

You can use the iCDR administrative console to create, list, lock and get information about users within the iCDR instance.

Viewing Users

You can view users in the system using the user.list command, specifying optional filter parameters.

> user.list
SID                                    Name                     Last Auth              Lockout                ILA  A
fadca076-3690-4a6e-af9e-f1cd68e8c7e8   SYSTEM                                                                 0    *
c96859f0-043c-4480-8dab-f69d6e86696c   ANONYMOUS                                                              0    *
54558ca2-c093-11ea-9f6f-00155d640b09   Administrator            2021-02-21T17:08:57...                        0    *
2a348c6e-c158-11ea-9f6f-00155d640b09   demoadmin                2021-02-19T15:07:50...                        0    *
54558ca4-c093-11ea-9f6f-00155d640b09   Allison                  2021-02-16T12:00:31... 9999-12-21T18:59:59... 2    *
54558ca3-c093-11ea-9f6f-00155d640b09   Bob                                             9999-12-21T18:59:59... 0    *

The optional filter parameters for user.list are.

Parameter

Description

Example

-l

Filter on locked status

user.list -l

-a

Shows obsolete non-active status users.

user.list -a

-h

Shows only HUMAN users and hides system users.

user.list -h

-s

Shows only SYSTEM users and hides human users.

user.list -s

-u

Filters by a specific user name pattern

user.list -u Bob

Adding Users

You can add a user to the iCDR instance using the user.add command:

You may receive an error from the server, if this is the case the server will indicate the reason for the failure, for example, when adding a user where the specified password does not match the minimum password requirements:

Parameter

Description

Example

-r

The role(s) to assign the user

-r CLINICAL_STAFF -r VIP

-u

The username of the user

-u BOB

-e

The security e-mail address of the user

-p

The initial password to set for the user

-p P@ssw0rd

Locking Users

To lock or unlock a user, the user.lock command is used specifying whether the lock should be set or unset.

To unlock the user bob:

To lock the user bob:

User Info View

You can get extended information about a particular user by using the user.info command and specifying the username. For example, to get information about user bob:

Last updated

Was this helpful?