Show / Hide Table of Contents

LearningProvider.Read

Allows the app to read data for the learning provider in the organization's directory, on behalf of the signed-in user.

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 D GET /employeeExperience/learningProviders
V1 D GET /employeeExperience/learningProviders/{id}

Delegate Permission

Id dd8ce36f-9245-45ea-a99e-8ac398c22861
Consent Type Admin
Display String Read learning provider
Description Allows the app to read data for the learning provider in the organization's directory, on behalf of the signed-in user.

Resources

learningProvider

Property Type Description
displayName String The display name that appears in Viva Learning. Required.
id String The unique identifier for the learning provider. Required.
isEnabled Boolean The state of the provider. Optional.
loginWebUrl String Authentication URL to access the courses for the provider. Optional.
longLogoWebUrlForDarkTheme String The long logo URL for the dark mode, which needs to be a publicly accessible image. This image would be saved to the Blob storage of Viva Learning for rendering within the Viva Learning app. Required.
longLogoWebUrlForLightTheme String The long logo URL for the light mode, which needs to be a publicly accessible image. This image would be saved to the Blob storage of Viva Learning for rendering within the Viva Learning app. Required.
squareLogoWebUrlForDarkTheme String The square logo URL for the dark mode, which needs to be a publicly accessible image. This image would be saved to the Blob storage of Viva Learning for rendering within the Viva Learning app. Required.
squareLogoWebUrlForLightTheme String The square logo URL for the light mode, which needs to be a publicly accessible image. This image would be saved to the Blob storage of Viva Learning for rendering within the Viva Learning app. Required.
In This Article
Back to top Created by merill | Submit feedback