Get Account Info
Get ShareFile account information including subdomain, company, and plan details
Optional Flags
| Parameter | Type | Required | Description |
|---|---|---|---|
summary_only | boolean | Optional | Return 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
}'