Get authenticated user
Users
Get authenticated user
Retrieves the currently authenticated user’s details
GET
Get authenticated user
Documentation Index
Fetch the complete documentation index at: https://docs.nextvisitai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful operation
Unique identifier for the user
Example:
12345
Full name of the user
Example:
"Dr. Sarah Johnson"
Email address of the user
Example:
"sarah.johnson@nextvisit.com"
Timestamp when the user was created
Example:
"2023-03-15T09:12:34Z"
Timestamp when the user was last updated
Example:
"2023-05-22T14:07:53Z"