List License User Group members

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

Method : GET

Success Response

Code : 200 OK

Content examples :

[
    {
        "id": 2986,
        "last_login": null,
        "email": "[email protected]|uss1",
        "true_email": "[email protected]",
        "created_at": "2024-06-25T07:15:05Z",
        "updated_at": "2024-06-25T07:15:06Z",
        "is_active": true,
        "first_name": "",
        "last_name": "",
        "phone_number": "",
        "subscribed_to_email": false,
        "acquired_consent": null,
        "initial_password": "m_266@iq",
        "is_initial_password": true
    },
    ...
]

Last updated

Was this helpful?