v4

latestSwagger 2.02026-08-0343714211.7 MB
integration_centric_profiles
Integration Centric Profiles

Create Integration Centric Profile

Create Integration Centric Profile

post/integration_centric_profiles

Response

The IntegrationCentricProfiles object.

idinteger

Integration Centric Profile ID

namestring

Profile name

workspace_idinteger

Workspace ID

use_for_all_usersboolean

Whether this profile applies to all users in the Workspace by default

expected_remote_serversobject[]

Remote Server integrations the user is expected to add and connect. Each entry requires server_type and may include a display name.

Example response

{
  "id": 1,
  "name": "Business Systems Onboarding",
  "workspace_id": 1,
  "expected_remote_servers": [
    "example"
  ]
}