v1

latestOpenAPI 3.0.3AGPL-3.0-or-later2026-07-2687268192.4 KB
User Management

Get user details by email

Retrieve details for user corresponding to the given email.

post/user

Request body

emailstring email

Response

User

idstring uuid4
email_idstring uuid4
verifiedboolean
has_webauthn_credentialboolean

Example response

{
  "id": "c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c",
  "email_id": "c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c"
}