Owners
Create Owner
Add someone to the owner directory
POST
Add a person to your owner directory so opportunities can be assigned to them. An owner is a label, not an account: creating one sends no email, grants no access to your workspace, and uses no seat. That is what lets you assign an intro to an investor, an advisor, or a friend. Any workspace member can create owners, there is no admin gate.
The email is unique within your tenant. Creating an owner with an email that already exists returns a 409.
Body
string
required
Owner email address.
string
Owner first name.
string
Owner last name.
Response Fields
object
The created owner.
string
Owner UUID. Pass this as
owner_id when updating an opportunity.string
Email address.
string
First name, empty when it was not provided.
string
Last name, empty when it was not provided.
string
Profile picture URL. Empty for a newly created owner.
boolean
true when the email belongs to a member of your workspace, false otherwise.integer
How many opportunities this owner holds. Zero for a new owner.