Create SmartBox User

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.

Language
Credentials
Basic
base64
: