Unable to add Teams App for Bulk of users for Office group or to a Security group (groups created via Azure AD Connect)
I have used the below API in order to add Teams app (side loading teams app) to set of a user in an Office group/Security group.
Working fine with the specific user. Also please let me whether this api will work with AD group ?
Used graph explorer.
POST https://graph.microsoft.com/beta/users/{id}/teamwork/installedApps Content-type: application/json
{ "[email protected]":"https://graph.microsoft.com/beta/appCatalogs/teamsApps/12345678-9abc-def0-123456789a" }
Error:
"error": { "code": "NotFound", "message": "Unable to fetch license for user 'some GUID'.", "innerError": { "request-id": "some GUID", "date": "2020-04-28T15:00:00"