---
title: "Activate an Incomplete Signup"
method: POST
path: "/partner/v2/signup/activate"
tags: ["Signup (partner/v2)"]
---

# Activate an Incomplete Signup

`POST /partner/v2/signup/activate`

[![Early Access](https://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy) [![Request Access To Partner v2](https://img.shields.io/badge/-Request%20Access%20To%20Partner%20v2-%23bc8540)](mailto:ccloud-api-access+partner-v2-early-access@confluent.io?subject=Request%20to%20join%20partner/v2%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20partner/v2%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E.)

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.

## Request body

- ActivatePartnerSignupRequest — The partner signup activation request
  - `user` object, required
  - `organization_id` string, required — The ID of the organization

## Response `201`

Successful signup activation. User is being created.

- PartnerSignupResponse — The partner signup response
  - `organization_id` string, required — The ID of the organization
  - `sso_url` string, uri, required — The login URL for the customer to access Confluent Cloud
  - `display_message` string — The display message contains useful information which is shown on the Marketplace UI to the customers.

## Other responses

- `400` — Bad Request
- `401` — The request lacks valid authentication credentials for this resource.
- `403` — The access credentials were considered insufficient to grant access
- `409` — The request is in conflict with the current server state
- `429` — Rate Limit Exceeded
- `500` — Oops, something went wrong!

---

[API](https://skmtc.dev/confluent/apis/confluent-cloud-apis.md) · [All operations](https://skmtc.dev/confluent/apis/confluent-cloud-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/confluent/confluent-cloud-apis/revisions/a6a73f98a698/schema)
