v1
latestOpenAPI 3.0.02026-07-24115101.2 MBContract - Parties and Participants
Create a participant
Use this endpoint to add a new participant to an existing contract party.
post/contracts/{contract_id}/parties/{party_id}/participants
Path parameters
contract_idinteger required
The unique ID of the contract.
party_idinteger required
The ID of a party in a contract.
Headers
x-oneflow-api-tokenstring required
The API key of your Oneflow account.
x-oneflow-user-emailstring email required
Example:john.doe@oneflow.com
The email address of a registered Oneflow user.
Request body
Example request
{
"_options": {
"message": {
"body": "Your colleague John Doe needs help with a draft before sending it to the counterparty.",
"subject": "John Doe invited you to a document"
}
},
"name": "Firstname Lastname"
}Response
Returns the created participant