Skip to main content

Create user API

  • December 14, 2017
  • 3 replies
  • 155 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 replies.

3 replies

  • Author
  • Contributor
  • December 20, 2017

I got this resolved.  Thanks,


How did you resolve this ?


  • Community Debut
  • March 25, 2019

just clear case