Create User Rest Endpoint Error

Hello,

i tried the create user rest endpoint with below body:

{

"Username" : "miketyson",
"Password" : "miketyson",
"PrivateEmail" : "miketyson@localhost.com"

}

Response:

{
"Users": null,
"User": null,
"Info": [],
"Warnings": [],
"Errors": [
"An unexpected error prevented your requested action from completing. The error has been logged for the administrator to review."
]
}

Parents Reply Children
  • While I understand your frustration, at this time we are not having any issues with this endpoint, however we would like to be able to identify any issues so we can help you make adjustments or identify a product issue.

    Unfortunately what you are providing is not quite enough information.   You are only providing the request data and the ultimate response data.  It would be better for us to receive a full trace so we can see the headers, etc

    https://www.telerik.com/fiddler

    This could range from your password not being complex enough, the username not being valid, the email being rejected to things like you are not properly sending the API keys etc.   This trace will show the whole picture