$requiredAttributes public property
List of attributes, which always should be returned from server. Attribute names should be always specified in AX format. For example:
['namePerson/friendly', 'contact/email']
List of attributes, which always should be returned from server. Attribute names should be always specified in AX format. For example:
['namePerson/friendly', 'contact/email']
public array $requiredAttributes = ['namePerson/first', 'namePerson/last', 'contact/email', 'pref/language']
Please login to continue.