post
https://www.keycafe.com/v0/organizationMembership
Create a SmartBox user with a POST request to the endpoint.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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
}