getUserInfo

Get basic information about the currently logged in user.

Usage

BPMLoginService.getUserInfo(callback)

Parameters

Parameter Type Description
callback Function Callback function to handle success or failure results from the request.
The response returns information about the currently logged in user in an object containing the following attributes:
  • version
  • userName
  • cookie
  • digest