Management API
License

Unassign User from License

3min
unassigns a user from a single license, if requesting manager has access permissions to it url /api/v1/licenses/{id}/unassign user/ method post data example { "license user id" 1585 } or { "license user email" "user\@example com" } success response code 200 ok content examples { "message" "license unassigned " }