Skip to main content
Participant
April 5, 2018
Question

Change user's email domain from account

  • April 5, 2018
  • 0 replies
  • 134 views

Using the User Management API is there a way to change the domain name from someone's email? I tried an update via the API and I received the following error:

{

    "completed": 0,

    "notCompleted": 1,

    "completedInTestMode": 0,

    "result": "error",

    "errors": [

        {

            "index": 0,

            "step": 0,

            "message": "Old and new email address must be in the same domain.",

            "errorCode": "error.user.change_domain_update.no",

            "user": "testuser@currentdomain.com"

        }

    ]

}

ideas?

    This topic has been closed for replies.