-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
REST API to create user without invitation #3655
Conversation
Thanks for contributing, @shinsuke-nara! Could you elaborate on your use case that requires this? Would POSTing to |
Thank you for the comment. I want to create an enabled users with easy way. For Using SSO is good but it is too much for me now. Please tell me if you know an easy way to create enabled user. |
You can also set the password using an API call.
There is the option of passing the user via a request header. I don't know how your setup looks like, but it might be an easy option to auto login your users. This functionality is not going to be merged. If you still prefer to have a single API call, you're welcome to make a pull request which:
This way you have a single step. Make sure to add tests to cover this new code. Thanks! |
What type of PR is this? (check all applicable)
Description
I want to create a user without user invitation.
This is useful for systems using Redash as a part of it.
User verification is done in the systems.
Users must think that it is bother to do verification twice in a system.
Related Tickets & Documents
--
Mobile & Desktop Screenshots/Recordings (if there are UI changes)
--