

Updated 05 Sep 2023
Did this page help you?
Unassigns a user from a single license, if requesting manager has access permissions to it.
URL: /api/v1/licenses/{id}/unassign_user/
Method: POST
{ "license_user_id": 1585 }
or
{ "license_user_email": "user@example.com" }
Code: 200 OK
Content Examples:
{ "message": "License unassigned." }