Member Not Found
404integrationhttps://inputbuffer.io/docs/api/problems/member-not-found
What it means
No organization membership matches the given ID.
This usually points at your integration's setup rather than anything the end user did. Show the end user a generic message like "Something went wrong on our end.", and log detail for your own debugging.
How to fix it
- 1.
The member ID is wrong, or belongs to a different organization.
List members with GET /api/v0/organization/members to confirm the ID.
- 2.
The member was removed from the organization, or their invitation was revoked.
Re-invite them if they should still have access.
Where this happens
Not currently returned by any documented endpoint.