LearningAssignedCourse.ReadWrite.All
Allows the app to create, update, read and delete all assignments in the organization's directory, without a 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
LearningAssignedCourse.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 | 236c1cbd-1187-427f-b0f5-b1852454973b | - |
DisplayText | Read and write all assignments | - |
Description | Allows the app to create, update, read and delete all assignments in the organization's directory, without a signed-in user. | - |
AdminConsentRequired | - | - |
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: learningAssignment
Property | Type | Description |
---|---|---|
@odata.type | String | Indicates whether this is a learningAssignment or learningSelfInitiated course activity. Required. |
assignedDateTime | DateTimeOffset | Assigned date for the course activity. Optional. |
assignerUserId | String | The user ID of the assigner. Optional. |
assignmentType | String | The 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 of the course completed by the user. If a value is provided, it must be between 0 and 100 (inclusive). Optional. |
dueDateTime | DateTimeOffset | Due date for the course activity. Optional. |
externalCourseActivityId | String | A course activity ID generated at provider. Optional. |
id | String | The generated ID for a request that can be used to make further interactions to the 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 in Viva Learning. Required. |
learningProviderId | String | The registration ID of the provider. Required. |
notes | String | Notes for the course activity. Optional. |
startedDateTime | DateTimeOffset | The 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. |