Remove manager from License User Group

Removes a manager from a single License User Group.

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

Method: POST

Data example

Request body (application/json)
{
    "license_user_id": 3420
}

Success Response

Code: 200 OK

Response example (application/json)
{
    "id": 3420,
    "true_email": "[email protected]",
    "is_initial_password": true,
    "initial_password": "test1234",
    "first_name": "First 1",
    "last_name": "Last 1",
    "phone_number": "",
    "new_user": false
}

Was this helpful?