@A, Mani, Thanks for posting in Q&A. From your description, I know we are failed to add work profile on Google pixel 7 when enroll the device into Intune using BYOD method. If there's any misunderstanding, feel free to let us know.
Here I have some suggestions you can try to see if it can fix the issue:
Method 1: Check if any work profile existing on this device. Remove it and try again:
1.Go to Settings->Passwords & Accounts
2.Find Work Tab
3.Remove Work Profile and enroll again.
Method 2: Use adb tool to see if any profile existing and delete it.
1, Use adb tool to list the account situation on your phone:
adb shell pm list users
https://learn.microsoft.com/en-us/dual-screen/android/emulator/adb
2, If any existing work profile existing, use adb shell pm remove-user to delete this work profile on your device and enroll again.
Method 3: Reset the device if possible. Then do the re-enroll.
Hope the above suggestions can help.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.