I think the mobilePhone field should also be a List like homePhones/businessPhones.
/**
* The Home Phones.
*
*/
@SerializedName("homePhones")
@Expose
public java.util.List<String> homePhones;
/**
* The Mobile Phone.
*
*/
@SerializedName("mobilePhone")
@Expose
public String mobilePhone;
/**
* The Business Phones.
*
*/
@SerializedName("businessPhones")
@Expose
public java.util.List<String> businessPhones;
This is not defined by the SDK but by the Graph service. Azure AD does not currently store multiple mobile phone numbers.
If you would like to see this as a feature, you can submit it to UserVoice
Hi,
I think the mobilePhone field should also be a List like homePhones/businessPhones.
Thank you. Best regards Ilja