getUserPrimaryEmail

getUserPrimaryEmail() ⇒ String

Users Primary Email Address.

Kind: global function
Returns: String - Users Primary Email Address.
Since: v0.0.1
Example

// undefined
 getUserPrimaryEmail() // -> ''

 // defined
 // email: [{
 //     email_address: '...',
 //     primary_address: true,
 // }]

 getUserPrimaryEmail() // -> returns 'test@test.com'