Closed CLMichel closed 3 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi @CLMichel 👋 I apologize for the delay. Are you still experiencing this issue? If so, could you please take a look at the documentation for Admin Queries?
https://docs.amplify.aws/cli/auth/admin#admin-queries-api
There doesn't seem to be a /createUser
route, which would explain the 404, but there is a /addUserToGroup
route. Maybe that's the one you want? If not, I think the only way to create a new user would be through Auth.signUp
.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi 👋 Closing this as we have not heard back from you. If you are still experiencing this issue and in need of assistance, please feel free to comment and provide us with any information previously requested by our team members so we can re-open this issue and be better able to assist you. Thank you!
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs.
Looking for a help forum? We recommend joining the Amplify Community Discord server *-help
channels or Discussions for those types of questions.
Before opening, please confirm:
JavaScript Framework
Vue
Amplify APIs
GraphQL API
Amplify Categories
auth, storage, function, api
Environment information
Describe the bug
0
I'm trying to create user using admin queries in Amplify.
I have this code to create a new user :
And when I use this function the server respond with an error 404.
Expected behavior
When I use this function it should create a new user in cognito.
Reproduction steps
Run the above code and send to the function an email.
Code Snippet
Log output
aws-exports.js
No response
Manual configuration
No response
Additional configuration
No response
Mobile Device
No response
Mobile Operating System
No response
Mobile Browser
No response
Mobile Browser Version
No response
Additional information and screenshots
No response