Signup (partner/v2)

Activate an Incomplete Signup

Early Access Request Access To Partner v2

Creates a user in the organization previously created in /partner/v2/signup. This completes the signup process if you did not pass in user details to /partner/v2/signup. Calling this endpoint if the signup process has been completed will result in a 409 Conflict error.

post/partner/v2/signup/activate

Request body

userobject required
organization_idstring required

The ID of the organization

Example request

{
  "organization_id": "b3a17773-05cc-4431-9560-433fb4613da8"
}

Response

Successful signup activation. User is being created.

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.