Table of Contents

CaseManagement.Read.All

Allows the app to read all cases, relations, tasks, attachments and activities, on behalf of the signed-in user.

Merill's Note

For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the CaseManagement.Read.All permission.

If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the Export-MsIdAppConsentGrantReport command. See How To: Run a quick OAuth app audit of your tenant

Category Application Delegated
Identifier b328f35f-712c-40d6-b6b4-95449d77b352 7bdc421c-99cd-4b67-a749-aa8e92775f7e
DisplayText Read all cases, relations, tasks, attachments and activities Read all cases, relations, tasks, attachments and activities
Description Allows the app to read all cases, relations, tasks, attachments and activities, without a signed-in user. Allows the app to read all cases, relations, tasks, attachments and activities, on behalf of the signed-in user.
AdminConsentRequired Yes Yes

Graph Methods

API supports delegated access (access on behalf of a user)
API supports app-only access (access without a user)

Methods

Resources

Granting this permission allows the calling application to access (and/or update) the following information in your tenant.

Graph reference: activity

Property Type Description
createdBy String The user or service that created the resource. Inherited from caseManagementEntity.
createdDateTime DateTimeOffset The date and time when the resource was created. Inherited from caseManagementEntity.
id String The unique identifier for the resource. Inherited from entity.
lastModifiedBy String The user or service that last modified the resource. Inherited from caseManagementEntity.
lastModifiedDateTime DateTimeOffset The date and time when the resource was last modified. Inherited from caseManagementEntity.