post https://www.keycafe.com/v0/organizationMembership
Create a SmartBox user with a POST request to the endpoint.
The post body should contain the necessary data to create the SmartBox user as a JSON object:
{
"user": {
"firstName": "Bob",
"lastName": "Smith",
"contactEmail": "[email protected]"
},
"organization": {
"id": 123456
},
"code": "111222",
"sendWelcomeEmail": true
}
Returns an organization membership object if the call succeeded.