Create a connector profile
Creates a connector profile and returns its full representation. enabled_actions_count cannot be expanded here. Read it back with a GET.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
A comma-separated list of additional fields to expand. Supported values: connector (the connector this profile configures), version (the connector version this profile resolves to) and accounts_count (the number of accounts linked to this profile). These are returned as null unless requested.
"connector,version"
Body
The key of the connector to configure (e.g. workday).
The key of the connector's authentication configuration to use.
The environment of the authentication configuration (e.g. production).
The display name of the connector profile.
Whether the connector profile is active.
Whether this is the connector's default profile. The first profile created for a connector always becomes the default; marking another profile as default demotes the previous one.
The connector version the profile is created for.
The connector version to pin the profile to. Only applies to Falcon-versioned connectors; ignored otherwise.
The owner of the pinned connector version (defaults to stackone). Accepts the wildcards builtin (the global stackone owner) and custom (the organization's own connectors).
The non-secret setup field values, keyed by setup field key.
The secret field values, keyed by field key. Stored encrypted.
The per-action enablement of the profile, keyed by action id.
The per-event-action configuration (enablement and subscribed webhooks), keyed by event action id.
The per-action data-sync configuration, keyed by action id.
Response
The connector profile was created.
The unique identifier of the connector profile.
The display name of the connector profile.
The connector key (e.g. workday). Always present; the full connector object requires ?expand=connector.
The connector this profile configures. Always present; null unless requested via ?expand=connector.
The connector version this profile resolves to. Always present; null unless requested via ?expand=version.
The number of accounts linked to this connector profile that are visible to you. Always present; null unless requested via ?expand=accounts_count.
How many of the connector version's actions this profile enables. For StackOne connectors only the actions in the release stages your organization can access are counted, so this can read lower than the number the profile actually enables; a connector your organization owns is counted in full. A profile that enables everything counts all of them; one naming individual actions counts only those the version still has. 0 when the profile enables nothing, and also whenever no catalogue can be resolved — an unreadable registry, or a connector whose own release stage your organization cannot access. Always present; null unless requested via ?expand=enabled_actions_count on a read endpoint, and always null on create.
Whether the connector profile is active.
Whether this is the default connector profile.
The environment of the connector profile.
The authentication configuration key.
The timestamp when the connector profile was created.
The timestamp when the connector profile was last updated.
The saved non-secret setup field values, keyed by setup field key.
The saved secret fields, keyed by field key. Values are __secretvalue:-prefixed redacted placeholders (never the plaintext); resend a placeholder unchanged to keep the stored secret.
The per-action enablement of the profile, keyed by action id.
The per-event-action configuration (enablement and subscribed webhooks), keyed by event action id.
The per-action data-sync configuration, keyed by action id.