When trying to create a user via the v1 API, the system does not add a user nor does it respond correctly. This is my POST:
{
"user": {
"name": "First Last",
"email": "email@domain.com",
"phone": "555-555-5555",
"mobile": "555-555-1212",
"department_users_attributes": {
"department_id": "1"
}
}
}
This is the response I get back:
{
"logout": "success"
}
Thoughts?