Invite a signatory
POST {{baseUrl}}/v1/companies/:company_uuid/signatories/invite
Create a signatory with minimal information. This signatory can be invited to provide more information through the PUT /v1/companies/{company_uuid}/signatories/{signatory_uuid}
endpoint. This will start the identity verification process and allow the signatory to be verified to sign documents.
Request Body
{"email"=>"<string>", "first_name"=>"<string>", "last_name"=>"<string>", "title"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"uuid":"f8c653dc-0094-41fb-8670-45d6399afade","first_name":"Bob","last_name":"Johnson","title":"Owner","phone":"4239879876","birthday":"2002-10-31","email":"olin.okuneva@denesik.us","is_admin":false,"has_ssn":true,"version":"49ea586f528411f5cfadfd54452b2423","home_address":{"street_1":"524 Roob Divide","street_2":"Suite 565","city":"San Francisco","state":"CA","zip":"94107","country":"USA"},"identity_verification_status":"Skipped"}