/members

PUT {{base-api-url}}/members/{id}

Request Body

{"firstname"=>"Kate", "lastname"=>"Jones", "email"=>"kate.jones@company.com", "phone"=>"+33687654321"}

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringThis value is a secret and needs to be replaced by your API Key (Bearer).
Content-TypestringThis header specifies the format of the exchanges in JSON.

RESPONSES

status: OK

{"id":"/members/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX","user":null,"type":"signer","firstname":"Kate","lastname":"Jones","email":"kate.jones@company.com","phone":"+33687654321","position":1,"createdAt":"2018-12-03T07:53:07+01:00","updatedAt":"2018-12-03T08:18:42+01:00","finishedAt":null,"status":"pending","fileObjects":[{"id":"/file_objects/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX","file":"/files/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX","page":2,"position":"230,499,464,589","fieldName":null,"mention":"Read and approved","mention2":"Signed by John Doe","createdAt":"2018-12-03T07:53:07+01:00","updatedAt":"2018-12-03T07:53:07+01:00","parent":"/file_objects/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"}],"procedure":"/procedures/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX","comment":null,"notificationsEmail":[],"operationLevel":"custom","operationCustomModes":["sms"],"operationModeSmsConfig":null,"parent":"/members/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"}