-
Notifications
You must be signed in to change notification settings - Fork 86
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
CreateAsync method of UserResource returns 422 #89
Comments
have you tried with our pull request? For us, all requests needed to be inside a wrapper class. |
I checked the branch and I think its only fixed for Identity, but I was using CreateAsync of UserResource that needs to be inside a User wrapper. Like this - {"user":{"name": "Roger12 Wilco", "email": "[email protected]"}} |
Indeed, we haven't time to fix the whole project. So we just did what we need. We already found the bug. We hope someone will have the time to fix this in the whole project, so many people can enjoy the fix :-) |
yes indeed :) |
Hi @harsheet, is this still an issue for you? I am conscious this issue is 5 years old and there have been many versions introduced since then |
CreateAsync method of UserResource always return 422 even when the user is created on Zendesk. Can someone help with this?
Thanks
The text was updated successfully, but these errors were encountered: