Ownership Transfer
Transfer ownership of a presentation to another team member.
Overview
Section titled “Overview”When you need to hand off a presentation to someone else, you can transfer ownership while optionally keeping access as a collaborator.

When to Transfer Ownership
Section titled “When to Transfer Ownership”Common scenarios:
- Project handoff - Someone else is taking over
- Team changes - Moving to a different team
- Leaving the organization - Ensuring continuity
- Responsibility shift - New presenter or maintainer
Transferring Ownership
Section titled “Transferring Ownership”Requirements
Section titled “Requirements”To transfer ownership, you must:
- Be the current owner of the presentation
- Or have admin permission on it
- The new owner must have a user account
- Open the presentation
- Click Settings > Transfer Ownership
- Enter the new owner’s email address
- Choose whether to keep access (see below)
- Click Transfer
- Confirm the action
What Changes
Section titled “What Changes”When ownership transfers:
- New owner gets full admin permissions
- New owner appears as the owner in all views
- Presentation moves to new owner’s workspace (if applicable)
- Activity log records the transfer
Keeping Access
Section titled “Keeping Access”When transferring, you can choose to remain as a collaborator on the presentation.
Option: Keep Access
Section titled “Option: Keep Access”If you select “Keep access after transfer”:
- You become a collaborator with edit permission
- You can still view and edit the presentation
- You can no longer transfer ownership or delete it
- The new owner can adjust your permissions
Option: Remove Access
Section titled “Option: Remove Access”If you don’t keep access:
- You lose all access to the presentation
- You cannot view or edit it
- You would need to be re-added as a collaborator
Which to Choose
Section titled “Which to Choose”Keep access if:
- You’ll continue contributing
- You need to support the new owner
- It’s a gradual handoff
Remove access if:
- It’s a clean break
- You’re leaving the organization
- Privacy/compliance requires it
Notifications
Section titled “Notifications”The new owner will be notified about the transfer.
What the New Owner Receives
Section titled “What the New Owner Receives”- In-app notification - Alert in the notification bell
- Email notification - If email notifications are enabled
- Details included - Who transferred it and when
Notification Content
Section titled “Notification Content”The notification includes:
- Presentation name
- Previous owner
- Transfer timestamp
- Link to the presentation
After Transfer
Section titled “After Transfer”For the New Owner
Section titled “For the New Owner”The new owner can:
- Continue editing as normal
- Change collaborator permissions
- Publish or unpublish
- Transfer again if needed
- Delete the presentation
For the Previous Owner
Section titled “For the Previous Owner”The previous owner:
- Sees the presentation in “Shared with me” (if they kept access)
- No longer sees it in “My Presentations”
- Has reduced permissions based on their new role
Bulk Transfer
Section titled “Bulk Transfer”Admins can transfer multiple presentations at once.
Admin Bulk Transfer
Section titled “Admin Bulk Transfer”- Go to Admin > Presentations
- Select multiple presentations
- Click Bulk Actions > Transfer Ownership
- Enter the new owner
- Confirm
This is useful when:
- A user is leaving
- Restructuring teams
- Migrating content
Transfer via API
Section titled “Transfer via API”POST /api/presentations/{id}/transferContent-Type: application/json
{ "newOwnerEmail": "newowner@example.com", "keepAccess": true}Response
Section titled “Response”{ "ok": true, "presentation": { "id": "abc123", "owner": "newowner@example.com" }, "previousOwnerRole": "edit"}Considerations
Section titled “Considerations”Team Presentations
Section titled “Team Presentations”For team-owned presentations:
- Transfer may require team admin permission
- Presentation stays in team context
- Team policies still apply
Collaborators
Section titled “Collaborators”Existing collaborators:
- Keep their current permissions
- Are not affected by the transfer
- May receive a notification about the change
Published Presentations
Section titled “Published Presentations”If the presentation is published:
- Public URL continues to work
- Publishing settings are preserved
- New owner can unpublish if desired