List Contact Folders

Lists Outlook contact folders with Office 365 Admin.

Input

Field Definition Type Required
User
ID or Username User ID is the unique identifier for the user. Should be treated as an opaque identifier.

Username of the Office 365 user. This is the user's User Principal Name (UPN). A UPN is formed by taking the username and domain and combining them with the @ separator.

For example, john.doe@somedomain.com. This could be the user’s email address, but this is not true in all cases.

This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~

String TRUE
Tip

If the string for the UPN input begins with $, remove the slash / after /users and enclose the UPN value in parentheses and single quotes. For example, /users('$AdeleVance@contoso.com'). See Known issues with Microsoft Graph.

To search for a B2B user using a UPN input value, encode the hash # character as %23. For example, /users/AdeleVance_adatum.com%23EXT%23@contoso.com.

Output

Field Definition Type
Folders Object
Display Name Folder's display name. String
ID Unique identifier of the contact folder. String
Parent Folder ID ID of the folder's parent folder. String
Child Folders List of Objects
Display Name Child Folder's display name. String
ID Unique identifier of the contact child folder. String
Parent Folder ID ID of the folder's parent folder. String
Child Folders List of Objects
Display Name Child Folder's display name. String
ID Unique identifier of the contact child folder. String
Parent Folder ID ID of the folder's parent folder. String

Related topics

Office 365 Admin connector

Elements of Workflows

Guidance for Office 365 Admin connector

Office 365 Admin Management API overview