Hi -- When trying to claim a device into the organization inventory, we receive:
meraki.exceptions.APIError: organizations, claimIntoOrganizationInventory - 400 Bad Request, {'errors': ['Device not found']}
Is this endpoint currently down?
I am able to claim it through the dashboard fine.
I've tried the following ways...
serial_claim = ["123-456-789"]
dashboard.organizations.claimIntoOrganizationInventory(org_id, serials=serial_claim)
dashboard.organizations.claimIntoOrganizationInventory(org_id, serial_claim)
dashboard.organizations.claimIntoOrganizationInventory(org_id, serials=["123-456-789"])
But all result in the same failure.