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

KeyDatatypeRequiredDescription
X-Gusto-API-VersionstringDetermines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;uuid&quot;:&quot;f8c653dc-0094-41fb-8670-45d6399afade&quot;,&quot;first_name&quot;:&quot;Bob&quot;,&quot;last_name&quot;:&quot;Johnson&quot;,&quot;title&quot;:&quot;Owner&quot;,&quot;phone&quot;:&quot;4239879876&quot;,&quot;birthday&quot;:&quot;2002-10-31&quot;,&quot;email&quot;:&quot;olin.okuneva@denesik.us&quot;,&quot;is_admin&quot;:false,&quot;has_ssn&quot;:true,&quot;version&quot;:&quot;49ea586f528411f5cfadfd54452b2423&quot;,&quot;home_address&quot;:{&quot;street_1&quot;:&quot;524 Roob Divide&quot;,&quot;street_2&quot;:&quot;Suite 565&quot;,&quot;city&quot;:&quot;San Francisco&quot;,&quot;state&quot;:&quot;CA&quot;,&quot;zip&quot;:&quot;94107&quot;,&quot;country&quot;:&quot;USA&quot;},&quot;identity_verification_status&quot;:&quot;Skipped&quot;}