Retrieve License User Group

URL : /api/v1/license-user-groups/{id}/

Method : GET

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": "",
    "metadata": {},
    "company": 277
}

Last updated

Was this helpful?