| USER | No-parameter mode: User() returns the current signed-in user. Parameter mode: User(level) returns the manager of the current signed-in user, where level specifies which manager to retrieve. |
| USERFIELD | Automatically populates basic information linked to the user search box. |
| DIRECTOR | Retrieves the manager’s name for the current signed-in user. |
| EMPLOYEE | Returns the corresponding array of user information objects (that is, the underlying value of the user component). |
| GETUSERNAME | Retrieves the name of the current signed-in user. |
| LOGINUSER | Returns the current signed-in user. |
| LOGINUSERWORKNO | Retrieves the unique employee ID (employee UserID) of the current signed-in user. |
| DEPTNAME | Retrieves the department information of a specified user by userId. |