For the complete documentation index, see llms.txt. This page is also available as Markdown.

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": "tlucreation20@gmail.com",
    "metadata": {
        "this": "that"
    }
}

Success Response

Code : 200 OK

Content examples :

Last updated

Was this helpful?