User Management
Get a user by ID
GET
https://{tenant_id}.hanko.io
/
users
/
{id}
Authorizations
hanko
string
cookierequiredPath Parameters
id
string
requiredID of the user
Response
200 - application/json
id
string
The ID of the user
email
string
The email address of the user
created_at
string
Time of creation of the the user
updated_at
string
Time of last update of the user
username
string
The username of the user
webauthn_credentials
object[]
List of registered Webauthn credentials
Was this page helpful?