List License User Group managers

Show all license user group managers.

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

Success Response

Code: 200 OK

Content example:

[
    {
        "id": 3420,
        "true_email": "[email protected]",
        "is_initial_password": true,
        "initial_password": "test1234",
        "first_name": "First 1",
        "last_name": "Last 1",
        "phone_number": ""
    }
]

Was this helpful?