Snowflake · Example Payload

Snowflake Createaccount Example

Data LakesData SharingData WarehousingDatabaseSQL

Snowflake Createaccount Example is an example object payload from Snowflake, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "createAccount",
  "method": "POST",
  "path": "/api/v2/accounts",
  "summary": "Create an Account.",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreateaccountRequestExample",
      "example": {
        "organization_name": "example_value",
        "name": {},
        "region_group": "example_value",
        "region": "example_value",
        "edition": "STANDARD",
        "created_on": "2026-01-15T10:30:00Z",
        "account_url": "https://www.example.com",
        "account_locator": "example_value",
        "account_locator_url": "https://www.example.com",
        "managed_accounts": 10,
        "consumption_billing_entity_name": "example_value",
        "marketplace_consumer_billing_entity_name": "example_value",
        "marketplace_provider_billing_entity_name": "example_value",
        "old_account_url": "https://www.example.com",
        "comment": "example_value",
        "is_org_admin": true,
        "retention_time": 10,
        "dropped_on": "2026-01-15T10:30:00Z",
        "scheduled_deletion_time": "2026-01-15T10:30:00Z",
        "restored_on": "2026-01-15T10:30:00Z",
        "account_old_url_saved_on": "2026-01-15T10:30:00Z",
        "account_old_url_last_used": "2026-01-15T10:30:00Z",
        "organization_old_url": "https://www.example.com",
        "organization_old_url_saved_on": "2026-01-15T10:30:00Z",
        "organization_old_url_last_used": "2026-01-15T10:30:00Z",
        "organization_URL_expiration_on": "2026-01-15T10:30:00Z",
        "moved_on": "2026-01-15T10:30:00Z",
        "is_events_account": true,
        "moved_to_organization": "example_value",
        "admin_name": "example_value",
        "admin_password": "example_value",
        "admin_rsa_public_key": "example_value",
        "admin_user_type": "example_value",
        "first_name": "example_value",
        "last_name": "example_value",
        "email": "user@example.com",
        "must_change_password": true,
        "polaris": true
      }
    }
  ],
  "responseExamples": []
}