Create user API

  • 14 December 2017
  • 3 replies
  • 67 views

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?


This topic has been closed for comments

3 replies


I got this resolved.  Thanks,


How did you resolve this ?


just clear case