POST
/
api
/
{organization_id}
/
usage-group-sets
Create a usage group set
curl --request POST \
  --url https://api.select.dev/api/{organization_id}/usage-group-sets \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "order": 123,
  "snowflake_account_uuid": "<string>",
  "snowflake_organization_name": "<string>"
}'
{
  "name": "<string>",
  "order": 123,
  "snowflake_account_uuid": "<string>",
  "snowflake_organization_name": "<string>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
string
required

Body

application/json

The usage group set configuration to create. Must be scoped to either a specific Snowflake account or organization.

Response

200
application/json

Successful Response

The response is of type object.