Service Studio 6.0 Help
Login Action
The Login action is a System Action that logs a specified end-user in the system. The last login information is updated. All persistent roles are loaded with the respective grant or revoke. See Persistency in Roles.
The Login action clears all Session
Variables to their default values when a different end-user logs in.
Input parameters
UserId: identifier of the end-user.
Identifier Type. Mandatory.
Persistent: boolean value that indicates whether the login information remains after a session time-out. When this end-user accesses again, using the same device, Agile Platform automatically logs him/her in on the application. See Authenticating End-users.
Boolean Type. Mandatory.
Output parameters
None
Possible exceptions
An invalid login exception might be raised when, for example, the end-user does not exist or it is not active.
See Also
Authenticating Users | Overview of System Actions and Functions