Create a signatory
POST {{baseUrl}}/v1/companies/:company_uuid/signatories
Create a company signatory with complete information. A signatory can legally sign forms once the identity verification process is successful. The signatory should be an officer, owner, general partner or LLC member manager, plan administrator, fiduciary, or an authorized representative who is designated to sign agreements on the company's behalf. An officer is the president, vice president, treasurer, chief accounting officer, etc. There can only be a single primary signatory in a company.
scope: signatories:manage
Request Body
{"ssn"=>"<string>", "first_name"=>"<string>", "last_name"=>"<string>", "email"=>"<string>", "title"=>"<string>", "birthday"=>"<string>", "home_address"=>{"street_1"=>"<string>", "city"=>"<string>", "state"=>"<string>", "zip"=>"<string>", "street_2"=>"<string>"}, "phone"=>"<string>", "middle_initial"=>"<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"}