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

Retrieve License User

URL : /api/v1/license-users/{id}/

Method : GET

Success Response

Code : 200 OK

Content examples :

{
    "id": 2270,
    "last_login": null,
    "email": "end-user@gmail.com|tn",
    "true_email": "end-user@gmail.com",
    "created_at": "2021-08-24T07:22:27Z",
    "updated_at": "2021-10-14T07:47:48Z",
    "is_active": true,
    "is_manager": false,
    "initial_password": "5dH7Oqfq",
    "is_initial_password": true,
    "first_name": "",
    "last_name": "",
    "phone_number": "",
    "total_licenses": 1,
    "customer_accounts": []
}

Last updated

Was this helpful?