GET

https://{tenant_id}.hanko.io

/
users
/
{id}
curl --request GET \
  --url https://{tenant_id}.hanko.io/users/{id}
{
  "id": "c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c",
  "email": "jsmith@example.com",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "webauthn_credentials": [
    {
      "id": "Meprtysj5ZZrTlg0qiLbsZ168OtQMeGVAikVy2n1hvvG..."
    }
  ]
}

Path Parameters

id
string
required

ID 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

webauthn_credentials
object[]

List of registered Webauthn credentials