WHUserApi::GetTolliumUserFromEntityId (open)
Returns the tollium user object for a specific user
Syntax
LOADLIB "mod::wrd/lib/internal/userapi.whlib";
OBJECT FUNCTION GetTolliumUserFromEntityId(INTEGER entityid)Parameters
INTEGER entityidEntity id of the user
Return value
OBJECTResult - either userobject or error will be set
STRING errorFailure reason
INTEGER impersonatedentityID of user or role being impersonated
STRING impersonatedtitleLogn of the user or title of the role being impersonated
BOOLEAN isimpersonationWhether this is a (failed) impersonation (generally not requiring a forced logout)