User Management
Create a user
Used to create a new user. To disable this endpoint, config.account.allow_signup
must be set to false.
POST
https://{tenant_id}.hanko.io
/
users
Body
application/json
email
string
requiredResponse
200 - application/json
user_id
string
The ID of the newly created user
email_id
string
The ID of the newly created email address
Was this page helpful?