Update a user
Users
Update a user
Update a specific User.
PUT
Update a user
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
Body
application/json
Update a specific User.
The token of a Dashboard to set as the User default. Send null to clear.
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"