Skip to main content

%MFT.UserInfo

Class %MFT.UserInfo Extends (%Persistent, %XML.Adaptor) [ System = 4 ]

%MFT.UserInfo is a detailed description of a user Note: Even though this class is in IRISLIB, the storage is in the namespace which creates the instance.

Properties

Username

Property Username As %Library.Username;

Username is the unique username for this user. It is currently the user's email address for all supported services.

Name

Property Name As %String(MAXLEN = 256);

Name is the name of the user.

Userid

Property Userid As %String;

UserId is the internal user id for this user.

Details

Property Details As %String(MAXLEN = "");

Details is the service specific dynamic object containing specialized information for this user converted to JSON.