Public
Members
Update a member (employee)
patch/v1/public/members/{memberId}
Path parameters
memberIdstring required
Request body
Example request
{
"locale": "en",
"skillWages": "S1:12.50,S2:15.25 OR S1:12.50;S2:15.25",
"skillInitialExperienceHours": "S1:150,S2:250.5,S3:100 OR S1:150;S2:250.5;S3:100",
"pin": "654321",
"custom": {
"field1": "value1",
"field2": "value2"
},
"birthdate": "2001-01-31"
}Response
Example response
{
"code": "12",
"pin": "98765",
"email": "johndoe@email.com",
"phone": "418-262-1123",
"custom": {
"key1": "value1",
"key2": "value2"
},
"gender": "M",
"birthdate": "2001-01-31",
"homeAddress": {
"line2": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"country": "string"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.