- User must own the personal project (project.user_id == user_id)
- User must have org:write permission on target organization
- Project must be personal (organization_id = NULL)
- Sets project.organization_id = target org
- Sets project.user_id = NULL (org-owned)
- No ResourceAccess entries created (implicit membership handles access)
Authorizations
Bearer authentication header of the form
Bearer <token>, where <token> is your auth token.