Hi all.
Have an app(C#) that subscribes on presence data through the graph API towards Teams.
Noticed today that the app receives 500 InternalServerError when re-subscribing for events.
Status Code: InternalServerError
Microsoft.Graph.ServiceException: Code: ExtensionError
Message: Operation: Create; Exception: [Status Code: InternalServerError; Reason: Subscription failed for some users. Remove the failing users and retry. (e7c5bd5e-494e-469d-850d-b7c8c03545a5)]
Inner error:
AdditionalData:
date: 2021-03-11T14:23:27
request-id: c1806b30-afa5-4b1b-ab00-2c49b75935fd
client-request-id: c1806b30-afa5-4b1b-ab00-2c49b75935fd
ClientRequestId: c1806b30-afa5-4b1b-ab00-2c49b75935fd
However, the user in question is still within the AD, but the account has been disabled.
Is this an error message to be expected?
If so, are we talking string comparison here to understand the problem at hand?
TIA
/Janne
