-
Notifications
You must be signed in to change notification settings - Fork 130
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
Management API - user creation with id specified #88
Comments
@sergeantwolf I think this is new 🤔 . I could add a setter for the id in that case. I'll review with the team 👍 Q: Why would you want your own id instead of using the random hash that the db assigns? |
@lbalmaceda thanks for the quick answer! |
I don't know if the user_id can be changed once set, probably not. Just remember that the ids will have a |
Yeah, you can't change the userId value for existing user. Which makes perfect sense imo :) |
Hi,
In Auth0 management API, user creation call, there is a possibility to specify particular user_id.
I can't find a way do set it via the client here, since User class id field doesn't have a setter.
Any way to work around this besides implementing POST call by hand?
The text was updated successfully, but these errors were encountered: