Email address for SugarCRM account owner in free trial accounts

Hi,

I'm using a free trial account for integrating SugarCRM with the product.

In our product, we show the email address of the connected account in a few places in the UI. In case of SugarCRM trial account, it doesn't have an email address. I checked using the api and the value of emails is empty.

I just need to know if this is just a case with trial accounts since we do enter our email addresses when signing up. If there is a possibility of email addresses being empty for SugarCRM account owners, I will have to handle it separately.

Thanks!

Parents Reply Children
  • Sorry if I wasn't clear...

    I have signed up for a 7 day free trial of SugarCRM and using it for development purposes. I am currently using the trial user account 'Jim Brennan'. When I used the 

    /rest/v11/me

    endpoint to get details about the user, I'm getting all the details but the email of the user is empty. I checked the details on the profile tab of my trial instance and there's no email there too.

    My question is that - aren't the users always supposed to have an email since they sign up with one?

    In our website, we show the email address of the integrated account in many places, and I assumed that it will never be empty since the user signs up with an account.

    So, I need to know if original SugarCRM accounts will always have an email associated with their account.