LearningProvider.ReadWrite
Allows the app to create, update, read, and delete data for the learning provider in the organization's directory, 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
LearningProvider.ReadWrite
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 | - | 40c2eb57-abaf-49f5-9331-e90fd01f7130 |
DisplayText | - | Manage learning provider |
Description | - | Allows the app to create, update, read, and delete data for the learning provider in the organization's directory, 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: learningCourseActivity
Property | Type | Description |
---|---|---|
assignedDateTime | DateTimeOffset | Date and time when the assignment was completed. Optional. |
assignerUserId | String | The user ID of the assigner. Optional. |
assignmentType | assignmentType | Assignment type for the course activity. Possible values are: required , recommended , unknownFutureValue , peerRecommended .You must use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: peerRecommended . Required. |
completedDateTime | DateTimeOffset | Date and time when the assignment was completed. Optional. |
completionPercentage | Int32 | The percentage completion value of the course activity. Optional. |
dueDateTime | DateTimeTimeZone | Due date for the course activity. Optional. |
externalCourseActivityId | String | A course activity ID generated by the provider. Optional. |
id | String | A generated ID that can be used with other course activity APIs. |
learnerUserId | String | The user ID of the learner to whom the activity is assigned. Required. |
learningContentId | String | The ID of the learning content created in Viva Learning. Required. |
learningProviderId | String | The registration ID of the provider. Required. |
startedDateTime | DateTimeOffset | Date and time when the self-initiated course was started by the learner. Optional. |
status | courseStatus | The status of the course activity. Possible values are: notStarted , inProgress , completed . Required. |