GET

https://{tenant_id}.hanko.io/admin

/
users

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your API key. Must only be used when using Hanko Cloud.

Query Parameters

page
integer
default: 1

The page which should be returned

per_page
integer
default: 20

The number of returned items

user_id
string

A single ID or a comma-separated list of IDs. Only users with the specified IDs are included in the result.

email
string

Only users with the specified email are included

sort_direction
enum<string>

The sort direction of the returned list (always sorted by created_at)

Available options:
asc,
desc

Response

200 - application/json
id
string
required

The ID of the user

created_at
string
required

Time of creation of the user

updated_at
string
required

Time 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