Update License user group

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

Method : PATCH

Parameters

  • customer_account - Integer

  • name - String

  • description - String

  • metadata - JSON

Data example

{
    "description": "Harry"
}

Success Response

Code : 200 OK

Content examples :

{
    "id": 9,
    "metadata_string": null,
    "customer_account": null,
    "created_at": "2025-06-24T10:52:58.156907Z",
    "updated_at": "2025-06-24T10:52:58.156952Z",
    "code": "lug5",
    "name": "lug5",
    "description": "Harry",
    "metadata": {},
    "company": 277
}

Last updated

Was this helpful?