cannot create management server UI account

screen-shot-2015-03-27-at-13224-pm.pngscreen-shot-2015-03-27-at-13224-pm.pngwhen i try to create a management server UI account, I get a red popup error stating:

Error while creating object
(internal error)

See my attached screenshot to see the error. Any ideas why this would happen and/or how to resolve it?

Thanks!

0 3 206
3 REPLIES 3

Not applicable

Hi Chris,

Can you provide details of your installation, are you using Apigee Edge cloud or On-prem.

If on-prem can you please share the version you are on.

-Sri

Not applicable

Chris,

To isolate the issue you can try creating the user via the management API calls, and see if that works.

Try adding user as orgadmin using this curl- curl -v -u sysadmin@email.com -X POST http://management:8080/v1/o/{org}/userroles/orgadmin/users -H "application/x-www-form-urlencoded" -d 'id=user@email.com' -Q -v

Not applicable

@Srividya Annapragada , Hi Sri. I am facing the similar issue what is mentioned above. Although if i refresh the page, i can see the user has been added but there is no email sent to the user. If I try with the above curl, i receive 400 Bad Request.