msgraph-sdk-java icon indicating copy to clipboard operation
msgraph-sdk-java copied to clipboard

Microsoft Graph SDK for Java

Results 153 msgraph-sdk-java issues
Sort by recently updated
recently updated
newest added

### Describe the bug According to [the documentation](https://learn.microsoft.com/en-us/graph/api/channel-list-allmembers?view=graph-rest-1.0&tabs=java) the `allMembers` endpoint can be used for any channel type. This can be confirmed using the Graph Explorer or manualy invoking that...

status:waiting-for-triage
type:bug

### Describe the bug In our java springboot app we use the following dependency: https://mvnrepository.com/artifact/com.microsoft.graph/microsoft-graph/5.72.0 (also checked on https://mvnrepository.com/artifact/com.microsoft.graph/microsoft-graph/6.42.1) When we try to create eventhub subscription for meeting room via...

status:waiting-for-triage
type:bug

**Issue: Null Values Not Being Deserialized for Microsoft Graph API Responses via Java SDK** **Description:** I am encountering an unexpected behavior when using the Microsoft Graph Java SDK to retrieve...