Transfer project ownership

PATCH/v1/projects/{projectId}/owner

Transfer canonical project ownership to an active member of the same organization. Requires the project ownership-transfer permission.

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
NameLocationTypeRequiredDescription
projectIdpathstringYesProject ID
Query parameters
None.

Body schema

Content type: application/json · Required

FieldTypeRequiredDescription
ownerUserIdstringYes

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Project ownership transferredapplication/json
FieldTypeRequiredDescription
projectobjectNo
project.idstringNoUnique identifier.
project.userIdstringNoUser ID.
project.ownerUserIdstringNo
project.ownerNamestringNo
project.ownerEmailstringNo
project.ownerAvatarUrlstringNo
project.ownerobjectNo
project.owner.userIdstringYesUser ID.
project.owner.namestringYesHuman-readable name.
project.owner.emailstringNo
project.owner.avatarUrlstringNo
project.canTransferOwnershipbooleanNo
project.organizationIdstringNo
project.createdByUserIdstringNo
project.namestringNoHuman-readable name.
project.descriptionstringNoHuman-readable description.
project.typelocal | cloud | syncedNo
project.primarySourcestringNo
project.sourcesobject[]No
project.createdAtstringNoISO 8601 timestamp.
project.updatedAtstringNoISO 8601 timestamp.
400Invalid owner or owner is not an active organization member
None.
403Ownership transfer permission is required
None.
404Resource not foundapplication/json
FieldTypeRequiredDescription
errorstringNo
Transfer project ownership
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow