On sending the request to the graph, I get 400 bad request with error - NULL
graphClient.me().drive().items("{item-id}") .invite(DriveItemInviteParameterSet .newBuilder() .withRequireSignIn(requireSignIn) .withRoles(rolesList) .withSendInvitation(sendInvitation) .withMessage(message) .withRecipients(recipientsList) .withRetainInheritedPermissions(false) .withExpirationDateTime(expirationDateTime) .withPassword(password) .build()) .buildRequest() .post();
Can MS support break role inheritance feature via the API
No CommentsBe the first to comment