Table of Contents

CaseManagement.ReadWrite.All

Allows the app to read and write to 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.ReadWrite.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 57ac77a0-bb98-4ba8-bf9a-7af06dcdcc1f 363a0763-d7eb-40bc-9457-6be55acd81e2
DisplayText Read and write to all cases, relations, tasks, attachments and activities Read and write to all cases, relations, tasks, attachments and activities
Description Allows the app to read and write to all cases, relations, tasks, attachments and activities, without a signed-in user. Allows the app to read and write to 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.