mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 03:57:32 +00:00
docs: verified email (#5330)
* docs: verified email * docs: email verified in api docs of import human user --------- Co-authored-by: Fabienne <fabienne.gerschwiler@gmail.com> Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com>
This commit is contained in:
@@ -5,7 +5,8 @@ title: Register and Create User
|
||||
The ZITADEL API has different possibilities to create users.
|
||||
This can be used, if you are building your own registration page.
|
||||
|
||||
[Import Human User](../../../apis/mgmt)
|
||||
Use the following API call to create your users:
|
||||
[Create User (Human)](/apis/mgmt/management-service-import-human-user.api.mdx)
|
||||
|
||||
## With Username and Password
|
||||
|
||||
@@ -39,3 +40,10 @@ The second possibility is to send the link directly to the user per email.
|
||||
Use the following request in that case:
|
||||
|
||||
[Send Passwordless Registration ](../../../apis/mgmt)
|
||||
|
||||
## Verified Email Address
|
||||
|
||||
When creating users you can define wether you want to verify their email address before activating the user.
|
||||
|
||||
In case you want to create the user with an verified email address set the `isEmailVerified` property to `true`.
|
||||
No initialization email will be sent to the user.
|
||||
|
Reference in New Issue
Block a user