curl --request PATCH \
--url https://api.shareofmodel.ai/v1/organizations/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"plan": "pilot",
"user_quota": 1,
"workspace_quota": 1,
"analysis_quota": 1,
"asset_evaluation_quota": 1,
"search_credits": 1,
"logo": "<string>",
"salesforce_code": "<string>",
"contract_end_date": "2023-12-25",
"is_active": true,
"modules": [
"Assets"
]
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"plan": "pilot",
"user_quota": 1073741823,
"workspace_quota": 1073741823,
"analysis_quota": 1073741823,
"workspace_count": 123,
"modules": [
"<string>"
],
"asset_evaluation_quota": 1073741823,
"search_credits": 1073741823,
"logo": "<string>",
"salesforce_code": "<string>",
"contract_end_date": "2023-12-25",
"is_active": true
}Update the organization attributes (name, plan, quotas, logo, etc). The logo field is omitted from the response unless include_logo=true. Required permission: Staff or CSM only.
curl --request PATCH \
--url https://api.shareofmodel.ai/v1/organizations/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"plan": "pilot",
"user_quota": 1,
"workspace_quota": 1,
"analysis_quota": 1,
"asset_evaluation_quota": 1,
"search_credits": 1,
"logo": "<string>",
"salesforce_code": "<string>",
"contract_end_date": "2023-12-25",
"is_active": true,
"modules": [
"Assets"
]
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"plan": "pilot",
"user_quota": 1073741823,
"workspace_quota": 1073741823,
"analysis_quota": 1073741823,
"workspace_count": 123,
"modules": [
"<string>"
],
"asset_evaluation_quota": 1073741823,
"search_credits": 1073741823,
"logo": "<string>",
"salesforce_code": "<string>",
"contract_end_date": "2023-12-25",
"is_active": true
}Documentation Index
Fetch the complete documentation index at: https://docs.shareofmodel.ai/llms.txt
Use this file to discover all available pages before exploring further.
A UUID string identifying this organization.
If set to true, include the logo field in the response. Defaults to false.
pilot - pilotstarter - startersuite - suiteenterprise - enterprisepilot, starter, suite, enterprise x >= 0x >= 0x >= 0x >= 0x >= 0Binary content of the logo encoded in base64 with appropriate header ex: data:image/png;base64,XXXXXX
1Assets - AssetsModels - ModelsSearch - SearchSources - SourcesShopping - ShoppingWebsite - WebsiteDashboard - DashboardAssets, Models, Search, Sources, Shopping, Website, Dashboard 255pilot - pilotstarter - startersuite - suiteenterprise - enterprisepilot, starter, suite, enterprise 0 <= x <= 21474836470 <= x <= 21474836470 <= x <= 21474836470 <= x <= 21474836470 <= x <= 2147483647SalesForce organization code
50Contract end date