Able to create Outlook Contacts in specific folders

The idea is:

To be able to create Outlook Contacts in a subfolder.

My use case:

I want to sync a lot of contacts, but it’s currently not possible to create contacts in specific subfolders to orginize it.

I think it would be beneficial to add this because:

It’s pretty messy to create a bunch of contacts in the same folder. Since Graph is already providing the possibility to create contacts in subfolders, it shouldn’t be a huge update.

Any resources to support this?

It should be able with “parentFolderId” (contact resource type - Microsoft Graph v1.0 | Microsoft Learn)

Are you willing to work on this?

Yes, if you want to

Solution:

To create a contact in a subfolder you have to add the folderId to the POST Request URL.

POST /me/contactFolders/{contactFolderId}/contacts