Create License User

URL : /api/v1/license-users/

Method : POST

Parameters

  • email - String

  • first_name - String

  • last_name - String

  • phone_number - String

  • password - String

  • metadata - JSON

Data example

{
    "email": "[email protected]",
    "metadata": {
        "this": "that"
    }
}

Success Response

Code : 200 OK

Content examples :

Last updated

Was this helpful?