You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the API docs, the user Id in the URL and the user Id in the XML payload must match. Since it's being stripped from the payload, we can't possibly update a user's information.
When updating a user, it fails because the Id field is being stripped here:
https://github.com/Trifoia/litmos-sdk/blob/master/lib/endpoints/users.js#L105-L107
According to the API docs, the user Id in the URL and the user Id in the XML payload must match. Since it's being stripped from the payload, we can't possibly update a user's information.
You can see where that stripping happens here:
https://github.com/Trifoia/litmos-sdk/blob/master/lib/generators/generate-user.js#L36
The above will fail because:
The text was updated successfully, but these errors were encountered: