User Management
Get a user by ID
GET
https://{tenant_id}.hanko.io/admin
/
users
/
{id}
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.
Path Parameters
id
string
requiredID 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?