User Management
Get a list of users
GET
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.
Query Parameters
page
integer
default: 1The page which should be returned
per_page
integer
default: 20The 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
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?