🔓
Authembed Docs
  • Authembed Documentation
  • Deployment with Docker and Docker Compose
  • Configuration
    • Triggers
    • Email Templates
  • Client API
    • Sign up with lazy email verification
    • Sign up with required email verification
    • Autogenerated Password Strategy
    • Get current user object
    • Log In using
    • User object
  • Admin API
    • Get user by token
    • Node.js Admin SDK
Powered by GitBook
On this page
  • Request
  • Response
  • Response parameters

Was this helpful?

  1. Client API

Get current user object

Request

GET /api/user HTTP/1.1

Response

HTTP/1.1 200
Content-Type: application/json

User

Response parameters

Parameter name

Description

User

User object. Read more in User object.

PreviousAutogenerated Password StrategyNextLog In using

Last updated 3 years ago

Was this helpful?