Create License User
Parameters
Data example
{
"email": "[email protected]",
"metadata": {
"this": "that"
}
}Success Response
Was this helpful?
{
"email": "[email protected]",
"metadata": {
"this": "that"
}
}Was this helpful?
Was this helpful?
{
"id": 3490,
"true_email": "[email protected]",
"is_initial_password": true,
"initial_password": "bb!WBrmL",
"first_name": "",
"last_name": "",
"phone_number": "",
"new_user": true,
"metadata": {
"this": "that"
},
"password": "bb!WBrmL"
}