background
← Back to all provider errors

Microsoft

ErrorInvalidIdMalformed — Malformed ID

Provided identifier is not in expected format.

Riposte solution

An ID you provided to Graph is malformed or in the wrong format. For instance, using an Outlook item ID in the wrong context can cause this. If you're using Riposte's message or event IDs, stick with those as they are properly formatted. If you're manually specifying Graph IDs, ensure they are exactly as returned by Graph (including base64 encodings for certain IDs). Correct the ID format and retry the request.

Quick facts

Provider
Microsoft
Endpoint / surface
Microsoft Graph
Status code
400

Why it happens

[Bad GUID/base64 REST ID; Corrupted ID]

How to fix it

[Use IDs returned by Graph; avoid manual alteration]