/
/Hanko Admin API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
.well-known2
Audit Logs1
audit_logs1
credentials9
Device Management2
Email Management4
flow4
Hanko Authenticator5
Metrics1
Passcode2
Password2
SAML3
Session Management2
Status1
Third Party2
Token1
User Management9
  • getGet a list of users
  • postCreate a user
  • getGet a user by ID
  • deleteDelete a user by ID
  • patchUpdate a user by ID
  • postGet user details by email
  • deleteDeletes the current user
  • getGet the current user
  • postLog out the current user
User Metadata Management2
WebAuthn7
  • getGet a list of emails for a user
  • postCreate an email for a user
  • getGet an email of a user
  • deleteRemove an email from a user
  • postSet email as primary
  • getGet the OTP secret metadata of a user
  • deleteDelete the OTP secret from a user
  • getGet password metadata of a user
  • putUpdate the password for a user
  • postCreate a password for a user
  • deleteDelete the password of a user
  • postCreate a new session token for a user
  • deleteDelete a session from a user
  • getGet users active sessions
  • getGet a WebAuthn credential of a user
  • deleteDelete a WebAuthn credential from a user
  • getGet a list of all WebAuthn credentials for a user
  • getGet a list of webhooks
  • postCreate a new database webhook
  • getGet a webhook by ID
  • putUpdate a webhook by ID
  • deleteDelete a webhook by ID
  • deleteRemove Credential
  • postFinalize transaction
  • postFinish Login
  • postInitialize a transaction
  • postStart Login
User Management

Log out the current user

Logs out the user by removing the authorization cookie.

post/logout

Response

The user has been logged out

Changes