Create User API giving 400 Bad Request Error

Jump to solution
pamedmoston
Community Member

Hello, all, I am trying to create a new user using the "Create User" API. I'm sending the following and getting a 400 Bad Request error back. Does anyone have any ideas why? I already tried including the authentication_provider_id but that gave the same error. I'm doing this with c# code. I specify TLS 1.2 in the code. I have been successful doing a "GET" this way, but this "POST" isn't working for me.

Thank you in advance for any helpful information.

{
"pseudonym":
{
"sis_user_id":"1234567",
"unique_id":"personsname123"
},
"user":
{
"name":"Sample Person"
}
}

0 Likes
1 Solution
pamedmoston
Community Member

I called support and the person helping me said I needed to send the parameters as url variables, not in the body of the request, which seems strange to me but it worked.

View solution in original post

0 Likes