Signup (partner/v2)

Signup a Customer by Linking to an Existing Organization

Early Access Request Access To Partner v2

Signup a customer by linking a new entitlement to an existing Confluent Cloud organization.

post/partner/v2/signup/link

Query parameters

dry_runboolean

If true, only perform validation of signup

Request body

tokenstring required

The linking token that was generated.

Example request

{
  "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c",
  "organization": {
    "id": "dlz-f3a90de",
    "metadata": {
      "self": "https://api.confluent.cloud/v2/kafka-clusters/lkc-f3a90de",
      "resource_name": "crn://confluent.cloud/kafka=lkc-f3a90de",
      "created_at": "2006-01-02T15:04:05-07:00",
      "updated_at": "2006-01-02T15:04:05-07:00",
      "deleted_at": "2006-01-02T15:04:05-07:00"
    },
    "name": "Acme Organization",
    "sso_url": "https://confluent.cloud/login/sso/AzureAD-OIDC-Conn",
    "sso_config": {
      "kind": "AzureSSOConfig",
      "tenant_id": "b3a17773-05cc-4431-9560-433fb4613da8"
    }
  },
  "entitlement": {
    "id": "dlz-f3a90de",
    "metadata": {
      "self": "https://api.confluent.cloud/v2/kafka-clusters/lkc-f3a90de",
      "resource_name": "crn://confluent.cloud/kafka=lkc-f3a90de",
      "created_at": "2006-01-02T15:04:05-07:00",
      "updated_at": "2006-01-02T15:04:05-07:00",
      "deleted_at": "2006-01-02T15:04:05-07:00"
    },
    "external_id": "1111-2222-3333-4444",
    "name": "Acme Prod Entitlement",
    "plan_id": "confluent-cloud-payg-prod",
    "product_id": "confluent-cloud-kafka-service-azure",
    "usage_reporting_id": "1111-2222-3333-4444",
    "resource_id": "1111-2222-3333-4444"
  }
}

Response

Successful signup.

organization_idstring required

The ID of the organization

sso_urlstring uri required

The login URL for the customer to access Confluent Cloud

display_messagestring

The display message contains useful information which is shown on the Marketplace UI to the customers.

Example response

{
  "organization_id": "b3a17773-05cc-4431-9560-433fb4613da8",
  "sso_url": "https://confluent.cloud/login/sso/AzureAD-OIDC-Conn",
  "display_message": "Your support plan will remain the same, to change the plan, follow this [link](https://docs.confluent.io/cloud/current/faq.html#how-do-i-change-support-plans)."
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.