API
Reference
- Projects
- My Account
- GETGet apiv1user
- POSTPost apiv1user
- PUTPut apiv1usermeemailotp
- GETGet apiv1usermeemailstatus
- GETGet apiv1usermeallowedorganizations
- POSTPost apiv1usermejoinorganization
- DELDelete apiv1userme
- GETGet apiv1userwarehousecredentials
- POSTPost apiv1userwarehousecredentials
- DELDelete apiv1userwarehousecredentials
- PATCHPatch apiv1userwarehousecredentials
- GETGet apiv1userlogin options
- GETGet apiv1usermepersonal access tokens
- POSTPost apiv1usermepersonal access tokens
- DELDelete apiv1usermepersonal access tokens
- PATCHPatch apiv1usermepersonal access tokens rotate
- GET
- User attributes
- SSH Keypairs
- SQL runner
- Spotlight
- Spaces
- Roles & Permissions
- Integrations
- Share links
- Schedulers
- Exploring
- Charts
- Content
- Organizations
- Notifications
- Metrics Explorer
- User Groups
- API Reference
- Git Integration
- Dashboards
- Exports
- Comments
- Catalog
- v2
My Account
Get apiv1user
Get authenticated user
GET
/
api
/
v1
/
user
Copy
Ask AI
{
"results": {
"userUuid": "<string>",
"email": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"organizationUuid": "<string>",
"organizationName": "<string>",
"organizationCreatedAt": "2023-11-07T05:31:56Z",
"isTrackingAnonymized": true,
"isMarketingOptedIn": true,
"isSetupComplete": true,
"role": "member",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"isActive": true,
"isPending": true
},
"status": "ok"
}
Response
200
application/json
Ok
Shows the authenticated user
Copy
Ask AI
{
"results": {
"userUuid": "<string>",
"email": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"organizationUuid": "<string>",
"organizationName": "<string>",
"organizationCreatedAt": "2023-11-07T05:31:56Z",
"isTrackingAnonymized": true,
"isMarketingOptedIn": true,
"isSetupComplete": true,
"role": "member",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"isActive": true,
"isPending": true
},
"status": "ok"
}
Assistant
Responses are generated using AI and may contain mistakes.