External DocumentationTo learn more, visit the Terraform Cloud documentation.
Actions
Get Account Details
Get the details of the Terraform Cloud account.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"data": {
"id": "user-V3R563qtJNcExAkN",
"type": "users",
"attributes": {
"username": "admin",
"is-service-account": false,
"avatar-url": "https://www.gravatar.com/avatar/9babb00091b97b9ce9538c45807fd35f?s=100&d=mm",
"password": null,
"enterprise-support": true,
"is-admin": false,
"is-site-admin": true,
"is-sso-login": false,
"is-unified": false,
"two-factor": {
"enabled": true,
"verified": false
},
"email": "admin@hashicorp.com",
"unconfirmed-email": null,
"has-git-hub-app-token": true,
"is-confirmed": false,
"is-sudo": false,
"auth-method": "tfc",
"has-linked-hcp": false,
"permissions": {
"can-create-organizations": true,
"can-view-settings": true,
"can-view-profile": false,
"can-change-email": true,
"can-change-username": true,
"can-change-password": true,
"can-manage-sessions": true,
"can-manage-sso-identities": true,
"can-manage-user-tokens": true,
"can-update-user": false,
"can-reenable-2fa-by-unlinking": false,
"can-manage-hcp-account": false
}
},
"relationships": {
"authentication-tokens": {
"links": {
"related": "/api/v2/users/user-V3R563qtJNcExAkN/authentication-tokens"
}
},
"github-app-oauth-tokens": {
"links": {
"related": "<string>"
}
},
"authenticated-resource": {
"data": {
"id": "user-V3R563qtJNcExAkN",
"type": "users"
},
"links": {
"related": "/api/v2/users/user-V3R563qtJNcExAkN"
}
}
},
"links": {
"self": "/api/v2/users/user-V3R563qtJNcExAkN"
}
}
}
Was this page helpful?