Getting "Invalid enum value unknown" when trying to update mailboxSettings #1565
Labels
no-recent-activity
service bug
status:waiting-for-author-feedback
Issue that we've responded but needs author feedback to close
Describe the bug
I am trying to update the
mailboxSettings
of a user via the following scriptAnd I receive the following exception
MailboxSettings.php(121) -> points to UserPurpose which is a readonly value and shouldn't be set.
If a try to set it
e.g.
I get the error,
the property 'userPurpose' was specified but is not supported with this request.
Expected behavior
The request to succeed without having to call
setSserPurpose
propertyHow to reproduce
Execute the above script
SDK Version
2.12.0
Latest version known to work for scenario above?
No response
Known Workarounds
Use msgraph-sdk-php-core and execute the request manually ie
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: