Get Account Info

Get ShareFile account information including subdomain, company, and plan details

Optional Flags

ParameterTypeRequiredDescription
summary_onlybooleanOptionalReturn essential fields only (Id, Subdomain, CompanyName)

Examples

MCP Tool Call

{
  "name": "sharefile_getAccountInfo",
  "arguments": {
    "summary_only": true
  }
}

REST API

curl -X POST https://api.syncello.io/v1/tools/sharefile/getAccountInfo \
  -H "Authorization: Bearer YOUR_JWT_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "summary_only": true
}'