Users#

User object#

Each user returned from the API is a JSON object with the following properties:

  • id: The ID of the user.

  • name: The name of the user.

  • email: The email of the user.

  • email_verified_at: The datetime when the email is verified.

  • created_at: The datetime when the user is created.

  • updated_at: The datetime when the user is updated.

Get the current authenticated user#

GET /auth-user

Response#

An object of the current authenticated user.