Update License User

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

Method : PATCH

Parameters

  • first_name - String

  • last_name - String

  • phone_number - String

Data example

{
    "first_name": "Harry"
}

Success Response

Code : 200 OK

Content examples :

{
    "id": 2270,
    "last_login": null,
    "email": "[email protected]|tn",
    "true_email": "[email protected]",
    "created_at": "2021-08-24T07:22:27Z",
    "updated_at": "2021-10-14T08:11:39.085690Z",
    "is_active": true,
    "is_manager": false,
    "initial_password": "5dH7Oqfq",
    "is_initial_password": true,
    "first_name": "Harry",
    "last_name": "sre",
    "phone_number": "123"
}

Last updated

Was this helpful?