Signup (partner/v2)
Activate an Incomplete Signup
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
Example request
{
"organization_id": "b3a17773-05cc-4431-9560-433fb4613da8"
}Response
Successful signup activation. User is being created.
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.