outlookUser resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Caution
Outlook tasks is deprecated and stopped returning data on August 10, 2022. Update existing apps that use this feature with Outlook tasks.
Represents the Outlook services available to a user.
Methods
Method | Return Type | Description |
---|---|---|
Create category | outlookCategory | Create an outlookCategory object in the user's master list of categories. |
List categories | outlookCategory collection | Get all the categories that have been defined for the user. |
Get language choices | localeInfo collection | Get the list of locales and languages that is supported for the user, as configured on the user's mailbox server. |
Get time zone choices | timeZoneInformation collection | Get the list of time zones that is supported for the user, as configured on the user's mailbox server. |
Create outlookTaskFolder (deprecated) | outlookTaskFolder | Create a task folder in the default task group (My Tasks ) of the user's mailbox. |
List taskFolders (deprecated) | outlookTaskFolder collection | Get all the Outlook task folders in the user's mailbox. |
Create outlookTaskGroup (deprecated) | outlookTaskGroup | Create an Outlook task group in the user's mailbox. |
List taskGroups (deprecated) | outlookTaskGroup collection | Get all the Outlook task groups in the user's mailbox. |
Create outlookTask (deprecated) | outlookTask | Create an Outlook task in the default task group (My Tasks ) and default task folder (Tasks ) in the user's mailbox. |
List tasks (deprecated) | outlookTask collection | Get all the Outlook tasks in the user's mailbox. |
Properties
None
Relationships
Relationship | Type | Description |
---|---|---|
masterCategories | outlookCategory collection | A list of categories defined for the user. |
taskFolders (deprecated) | outlookTaskFolder collection | The user's Outlook task folders. Read-only. Nullable. |
taskGroups (deprecated) | outlookTaskGroup collection | The user's Outlook task groups. Read-only. Nullable. |
tasks (deprecated) | outlookTask collection | The user's Outlook tasks. Read-only. Nullable. |
JSON representation
The following JSON representation shows the resource type.
{
"id": "string"
}