Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UpdateUserIdentity actually creating new identity #306

Closed
ddiangelo opened this issue Sep 28, 2017 · 0 comments
Closed

UpdateUserIdentity actually creating new identity #306

ddiangelo opened this issue Sep 28, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@ddiangelo
Copy link

The UpdateUserIdentity method (and Async version) is POSTing to the /identities.json endpoint. Using the /identities.json endpoint is creating NEW identities rather than updating the existing one. According the Zen documentation, an identity update needs to use the identity ID value in order to update: https://developer.zendesk.com/rest_api/docs/core/user_identities#update-identity

@mozts2005 mozts2005 added this to the 3.7.1 milestone Sep 30, 2017
@mozts2005 mozts2005 added the Bug label Sep 30, 2017
@mozts2005 mozts2005 self-assigned this Sep 30, 2017
mozts2005 added a commit that referenced this issue Sep 30, 2017
fixed UpdateUserIdentity and UpdateUserIdentityAsync
mozts2005 added a commit that referenced this issue Sep 30, 2017
* Fixed  #306
fixed UpdateUserIdentity and UpdateUserIdentityAsync

* update release notes

* Updated Release notes
abc516 pushed a commit to abc516/ZendeskApi_v2 that referenced this issue Oct 30, 2019
fixed UpdateUserIdentity and UpdateUserIdentityAsync
abc516 pushed a commit to abc516/ZendeskApi_v2 that referenced this issue Oct 30, 2019
* Fixed  Speedygeek#306
fixed UpdateUserIdentity and UpdateUserIdentityAsync

* update release notes

* Updated Release notes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants