Skip to main content
Closed for Voting

Modify first and last names through the API

Related products:Freshservice
  • March 11, 2016
  • 0 replies
  • 4 views

Forum|alt.badge.img+3

Currently, it is possible to modify first and last names independently through the Freshservice website. However, the API appears to only permit modification of a single value for the full name. It would be helpful if both first and last names could be set or modified independently through the API.


Current:

{ "user":{ "name":"Super Man"

} }


Preferred:

{ "user":{ "first_name":"Super",

"last_name":"Man"

} }