Access session information
From Base Services
This class provides access to Session information which at the moment comprises only of User information.
See also: User
| Method | Return Value | Description |
|---|---|---|
| getUser | User | Gets information about the current user. |
Gets information about the current user.
| Type | Description |
|---|---|
User | User object with data from the currently logged in user. |
// The code below will display the email address of the person running the script Browser.msgBox(Session.getUser().getEmail());