Get user by token
Users
Get user by token
Return a specific User.
GET
Get user by token
Documentation Index
Fetch the complete documentation index at: https://docs.vantage.sh/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Response
User model
The name of the User.
Example:
"John Doe"
The email of the User.
Example:
"john_doe@acme.com"
The role of the User.
Example:
"Admin"
The token of the default Dashboard for the User.
Example:
"dshbrd_abcdef123456"
The last time the User logged in.
Example:
"2024-01-01T00:00:00Z"