Array
This is Array with email address details.
Kind: global function
Returns: Array
- of Email addresses objects from User
Since: v0.0.1
Example
// undefined
getUserEmailAddresses() // -> []
// defined
// User: {
// attributes: {
// email: [{email_address: "...", ...}, {...}]
// }
// }
getUserEmailAddresses() // -> returns [{email_address: "...", ...}, {...}]