Skip to content
Guides

Users

Register users and manage sessions, profiles, and account recovery.

Last updated:

Operations

MethodEndpointOperation
POST/v1/usersRegister user
POST/v1/users/login-linkRequest login code
POST/v1/users/logoutLog out user
POST/v1/users/recovery-passwordRequest a password reset
POST/v1/users/reset-passwordReset a user password
GET/v1/users/meGet the current user
PUT/v1/users/meUpdate the current user
POST/v1/users/me/deletionSchedule the account for deletion
POST/v1/users/me/two-factorEnable two-factor authentication
GET/v1/users/me/two-factorGet two-factor status
PUT/v1/users/me/passwordUpdate the current user's password
DELETE/v1/users/me/deletionCancel a scheduled account deletion
DELETE/v1/users/me/two-factorDisable two-factor authentication
POST/v1/users/me/two-factor/enrollmentStart authenticator enrollment
POST/v1/users/me/two-factor/recovery-codesGenerate new recovery codes

On this page