That's correct. You can use the Like operator only with fields of type String. Although the ID field behaves like a string it is actually a reference to another object.
Why are you using Like? if you're trying to get the list of users in a specific group, just compare it to that specific group ID:
"SELECT Container, Member FROM GroupMembershipLink WHERE Container='/UserGroup/GroupID'