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
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!