Skip to main content
Version: Current

foundation-entity-management.profiles.readprofiledata

Home > @genesislcap/foundation-entity-management > Profiles > readProfileData

Profiles.readProfileData() method

Signature:

readProfileData(profile: any): Promise<{
RIGHT_CODES: any[];
USER_NAMES: any[];
NAME: any;
}>;

Parameters

ParameterTypeDescription
profileany

Returns:

Promise<{ RIGHT_CODES: any[]; USER_NAMES: any[]; NAME: any; }>