put https://www.keycafe.com/v0/organizationMembership/
Edit a membership with a PUT request to the endpoint with the membership ID.
The post body should contain the data to be updated as a JSON object:
{
"user": {
"firstName": "Bob",
"lastName": "Smith",
"contactEmail": "[email protected]"
},
"code": "123456"
}
Returns the organization membership object if the update succeeded.