IBI-aws MobileClient

adEmail

Available from version

1.8.0

Necessity

required (if emailAddress is not used)

Value type

text

Description

The name of the active directory user attribute from which the e-mail address should be read out.

Not required if the e-mail address is specified using the emailAddress key.

Example

Android

JavaScript
"managedProperty": [
  {
    "key": "adEmail",
    "valueString": "email"
  }
]

iOS

XML
<key>adEmail</key>
<string>email</string>