User Management
Create a new user
POST
https://{tenant_id}.hanko.io/admin
/
users
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your API key. Must only be used when using Hanko Cloud.
Body
application/json
The email addresses of the new user
The ID of the new user
The username of the new user
Time of creation of the user
Response
200 - application/json
The ID of the user
Time of creation of the user
Time of last update of the user
List of registered Webauthn credentials
List of emails associated to the user
The username of the user
The password credential of a user
A list of third party provider identities
Was this page helpful?