Update a signatory
PUT {{baseUrl}}/v1/companies/:company_uuid/signatories/:signatory_uuid
Update a signatory that has been either invited or created. If the signatory has been created with minimal information through the POST /v1/companies/{company_uuid}/signatories/invite
endpoint, then the first update must contain all attributes specified in the request body in order to start the identity verification process.
scope: signatories:write
Request Body
{"version"=>"<string>", "first_name"=>"<string>", "middle_initial"=>"<string>", "last_name"=>"<string>", "title"=>"<string>", "phone"=>"<string>", "birthday"=>"<string>", "ssn"=>"<string>", "home_address"=>{"street_1"=>"<string>", "street_2"=>"<string>", "city"=>"<string>", "state"=>"<string>", "zip"=>"<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: OK
{"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"}