Skip to main content
POST
Create a groups import

Authorizations

Authorization
string
header
required

Service Account

Path Parameters

projectId
integer
required

Your project id (eg: 12345)

Body

application/json
import_type
enum<string>
required
Available options:
groups
warehouse_source_id
integer
required
table_params
object
required

Table location parameters (structure depends on warehouse type)

group_key
string
required
group_id_column
string
required
sync_mode
enum<string>
required
Available options:
time_based,
mirror_mode,
full_sync,
one_time
run_every
enum<integer>

Sync frequency in nanoseconds. Only these values are accepted:

  • 0 - API-triggered only (use the manual-sync endpoint to trigger)
  • 3600000000000 - Hourly
  • 86400000000000 - Daily
  • 604800000000000 - Weekly
Available options:
0,
3600000000000,
86400000000000,
604800000000000
insert_time_column_name
string | null
json_properties_column_name
string | null
property_mappings
object | null
databricks_params
object | null

Response

Success

status
enum<string>

"ok" if the request succeeded, "error" otherwise.

Available options:
ok
Example:

"ok"

results
object