List License User Groups for License User

Show all license user groups for license user.

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

Method: GET

Success Response

Code: 200 OK

Content examples:

[
    {
        "id": 2,
        "metadata_string": null,
        "created_at": "2025-03-19T09:13:54.995348Z",
        "updated_at": "2025-05-22T12:43:29.568017Z",
        "code": "lug1",
        "name": "License User Group 1",
        "description": "Some description.",
        "metadata": {
            "this": "that",
            "number": 1
        },
        "company": 277,
        "customer_account": 49
    }
]

Was this helpful?