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"
}
}