Set OwnerAsk AIput https://{workspace}.glassix.com/api/v1.2/tickets/setowner/{ticketId}This endpoint assigns a new owner to a ticket.Path ParamsticketIdintegerrequiredThe ID of the ticket for which to set a new owner.Query ParamskeepCurrentOwnerInConversationbooleanrequiredWhether to keep the ticket's current owner as a participant in the conversation.truefalsenextOwnerUserNamestringThe email address of the new owner for the ticket. Either nextOwnerUserName or nextOwnerGuid is required.nextOwnerGuidstringThe GUID of the new owner for the ticket. Either nextOwnerUserName or nextOwnerGuid is required. Set to 00000000-0000-0000-0000-000000000000 in order to unassign the ticket.Responses 200Success – owner updated 400Bad RequestUpdated 6 months ago