How do I see if a user is in the Star Program?

Hello, how do I see if a user is in the Star Program? From a script

You would simply check whether the player is in the Video Star group.

if player:IsInGroup(4199740) then
    --in star program
end