Best way to mass assign portal user accounts?

Hi everyone.

We are starting to use the Sugar Portal for case management. But we have 40,000 contacts in the system, most of which will need to be setup with a portal login.

Is there any way to mass automate the signup process? We do not allow them to register on the site (as they typically already have a contact) but would need to assign them a username/password.

Thanks!

Parents
  • Hi  ,

    Are you referring to this default enterprise portal https://support.sugarcrm.com/documentation/sugar_versions/13.1/serve/administration_guide/developer_tools/sugar_portal/ ?

    Yes, you would be able to set contacts up via API, as every action completed via the UI can be achieved via API one way or another. I am one of the people who actually helped re-factor that portal a few years ago.

    You would need to architect that as a batched update, and then most likely you would want to send emails to customers letting them know that they are active as well, and how to reset their passwords.

    Or maybe the other way around, ask the customers first if they want an account, and enable that for them as you receive responses back.

    I would be more than happy to help you through an engagement if you would like.

    Feel free to reach out!

    --

    Enrico Simonetti

    Sugar veteran (from 2007)

    www.naonis.tech


    Feel free to reach out for consulting regarding:

    • API Integration and Automation Services
    • Sugar Architecture
    • Sugar Performance Optimisation
    • Sugar Consulting, Best Practices and Technical Training
    • AWS and Sugar Technical Help
    • CTO-as-a-service
    • Solutions-as-a-service
    • and more!

    All active SugarCRM certifications

    Actively working remotely with customers based in APAC and in the United States

  • Hi  . Thanks for that, because of it being a password I wasn't convinced it could work that way, however that's good news to know.

Reply Children
  • No problem  !

    --

    Enrico Simonetti

    Sugar veteran (from 2007)

    www.naonis.tech


    Feel free to reach out for consulting regarding:

    • API Integration and Automation Services
    • Sugar Architecture
    • Sugar Performance Optimisation
    • Sugar Consulting, Best Practices and Technical Training
    • AWS and Sugar Technical Help
    • CTO-as-a-service
    • Solutions-as-a-service
    • and more!

    All active SugarCRM certifications

    Actively working remotely with customers based in APAC and in the United States

  •  ,

    an alternative to not set a temporary password could be:

    1. Enable the contact(s) as portal user(s) and set their unique username and correct email address(es) - through the api
    2. Send all the contacts an email externally from Sugar, telling your customers to set their password (with the provided username and email address)
    3. They set the password themselves whenever they feel appropriate

    Hope it helps

    --

    Enrico Simonetti

    Sugar veteran (from 2007)

    www.naonis.tech


    Feel free to reach out for consulting regarding:

    • API Integration and Automation Services
    • Sugar Architecture
    • Sugar Performance Optimisation
    • Sugar Consulting, Best Practices and Technical Training
    • AWS and Sugar Technical Help
    • CTO-as-a-service
    • Solutions-as-a-service
    • and more!

    All active SugarCRM certifications

    Actively working remotely with customers based in APAC and in the United States