Hi,
I am using Apigee on prem Version 4.19.01.00. My goal is to create a custom role and have a dummy user associated with that role i.e. it will not be backed by a valid email address, so I will have to set the password via the api.
Approach 1:
On this last step I encounter the following error:
{ "code": "usersandroles.UserDoesNotExist", "message": "User custom.role2@domain.com does not exist", "contexts": [] }
which is strange as I can see the exact email address in the Org Users page. Also if I try to create a user via the API using the same email address it complains saying:
{ "code": "usersandroles.EmailIdAlreadyExists", "message": "EmailId:custom.role2@domain.com already exists", "contexts": [] }
Strange.
Approach 2:
At this step, the UI runs into some error and shows me the following error messages at the top:
Error fetching Userroles, Error fetching User Open to view all 2 messages Dismiss All × Error fetching Userroles User customrole4@domain.com does not exist. × Error fetching User User customrole4@domain.com does not exist.
Am I doing something wrong here? Or are these defects?