BusinessContactRole public enum BusinessContactRole : String The user’s role in the organization. director The director role Declaration Swift case director = "DIRECTOR" other The other role Declaration Swift case other = "OTHER" owner The owner role Declaration Swift case owner = "OWNER"