POST to "User create" returns a 400 Bad Request

Hello,

Using the API with a small request payload returns a 400 Bad Request. Even using the online “Try it” editor returns a 400 Bad Request response. Other endpoints I'm testing do not have this issue.

Is this a known issue?

Here is a sample payload:

{
"first_name": "test_user_first",
"last_name": "test_user_last",
"email": "test@example.com"
}

Comments

  • Todd DeSchuiteneer
    Todd DeSchuiteneer Blackbaud Employee
    Tenth Anniversary Kudos 2 Name Dropper Participant

    @Taylor LaMar in testing this morning I am having no issues with the POST User Create endpoint. I tested a couple times, once using the exact payload you provided. My guess is you may be missing a role in the database you are trying to post to.

Categories