Add person to a company
Adds a new person (contact) to a company. company_id and email are required. Duplicates are prevented by email – if a person with the same email already exists in the workspace, a 409 is returned.
Request Body
application/jsonOptionalcompany_idRequiredstringID of the company to add this person to (required)
Pattern:
"^\\d+$"emailRequiredstringEmail address (required, used to prevent duplicates)
Format:
"email"namestringFull name
titlestringJob title
phonestringPhone number
tagsarray<string>Tags for categorization
is_reporting_contactbooleanWhether this person is a reporting contact
Credentials
Bearer
Person created successfully