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