Disable Fast User Switching in Control Center

We've disabled FUS through a config profile, but users can still access FUS by enabling the MenuBar/Control Center icons. My org would like to prevent access to FUS so I've created a config profile. But the profile doesn't seem to work.

Anyone have any ideas what I'm missing, or is this an OS bug?

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>PayloadDisplayName</key>
	<string>macOS - Tahoe - Disable Fast User Switching Control Center</string>
	<key>PayloadIdentifier</key>
	<string>com.myorg.fast-user-switching</string>
	<key>PayloadType</key>
	<string>Configuration</string>
	<key>PayloadScope</key>
	<string>System</string>
	<key>PayloadUUID</key>
	<string>f1a2b3c4-d5e6-7890-abcd-ef1234567890</string>
	<key>PayloadVersion</key>
	<integer>1</integer>
	<key>TargetDevmyorgType</key>
	<integer>5</integer>
	<key>PayloadContent</key>
	<array>
		<dict>
			<key>PayloadType</key>
			<string>com.apple.controlcenter</string>
			<key>PayloadVersion</key>
			<integer>1</integer>
			<key>PayloadIdentifier</key>
			<string>com.apple.controlcenter.57EBEF9E-E568-411E-AE27-500AD98C94F4</string>
			<key>PayloadUUID</key>
			<string>f1a2b3c4-d5e6-7890-abcd-ef1234567890</string>
			<key>UserSwitcher</key>
			<integer>8</integer>
		</dict>
		<dict>
			<key>PayloadType</key>
			<string>.GlobalPreferences</string>
			<key>PayloadVersion</key>
			<integer>1</integer>
			<key>PayloadIdentifier</key>
			<string>.GlobalPreferences.71DE1486-60BC-4CB9-890D-AD50A772890D</string>
			<key>PayloadUUID</key>
			<string>c5234012-e0sw-2066-6fl8-3bd5p8125op7</string>
			<key>MultipleSessionEnabled</key>
			false/>
		</dict>
	</array>
</dict>
</plist>
Disable Fast User Switching in Control Center
 
 
Q